Pau, Good idea, this will be included in the next release. It's a change that only matters for people who are cross-compiling...
Regards, Wim. 2009/2/12 Pau Garcia i Quiles <[email protected]>: > Hello, > > What about replacing FileToString.c with pure-CMake code? > > FOREACH( file ${filelist} ) > FILE( STRINGS ${file} _file ) > STRING( REGEX REPLACE \\" \\\\"_file_after_the_regexes ${_file} ) > ... (more regexes) > FILE( WRITE ${CMAKE_CURRENT_BINARY_DIR}/${file} ${_file_after_the_regexes} ) > ENDFOREACH(file) > > (I've not tested the above code but it should be more or less like that) > > Building Wt would take maybe 1 more minute but it would be easier, > particularly in cross-platform environments. > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
