Hi, I use cmake to generate unix makefiles for two compilers: diab and cl.exe from MSVS. when I generate for MSVS, objects1.rsp is used for linking libraries. When I generate for diab this file is not used but I would like to because one of my directory contain a lot of source files. Is it possible to force cmake to generate and use objects1.rsp?
br. Marek _______________________________________________ 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
