> I see, so I have to play #ifdef tricks with different line endings... > Many thanks for the useful hint!
If C++ is an option: std::endl is always the native line ending of the current platform. Eike _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
