On Jul 15, 2009, at 9:38 AM, Bill Hoffman wrote:
Michael Jackson wrote:
Is there an equivalent to make VERBOSE=1 but for nmake files under
windows?
nmake VERBOSE=1. However, to get all the compile lines, you have to
edit Platforms/Windows.cmake.
# uncomment these out to debug nmake and borland makefiles
#SET(CMAKE_START_TEMP_FILE "")
#SET(CMAKE_END_TEMP_FILE "")
#SET(CMAKE_VERBOSE_MAKEFILE 1)
-Bill
If I go editing Windows.cmake what ramifications will that have on
generating normal Visual Studio project files?
Mike J.
_______________________________________________
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