Author: akhaldi Date: Fri Nov 19 13:51:32 2010 New Revision: 49626
URL: http://svn.reactos.org/svn/reactos?rev=49626&view=rev Log: [CMAKE] - Make nmake makefiles verbose.
Modified: branches/cmake-bringup/cmake/Platform/Windows.cmake
Modified: branches/cmake-bringup/cmake/Platform/Windows.cmake URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/cmake/Platform/Win... ============================================================================== --- branches/cmake-bringup/cmake/Platform/Windows.cmake [iso-8859-1] (original) +++ branches/cmake-bringup/cmake/Platform/Windows.cmake [iso-8859-1] Fri Nov 19 13:51:32 2010 @@ -30,7 +30,7 @@ INCLUDE(Platform/WindowsPaths)
# uncomment these out to debug nmake and borland makefiles -#SET(CMAKE_START_TEMP_FILE "") -#SET(CMAKE_END_TEMP_FILE "") -#SET(CMAKE_VERBOSE_MAKEFILE 1) +SET(CMAKE_START_TEMP_FILE "") +SET(CMAKE_END_TEMP_FILE "") +SET(CMAKE_VERBOSE_MAKEFILE 1)