mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[CMAKE]
- Make nmake makefiles verbose. svn path=/branches/cmake-bringup/; revision=49626
This commit is contained in:
parent
993ebf53f1
commit
9457de721a
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ ENDIF(CMAKE_GENERATOR MATCHES "NMake")
|
||||||
INCLUDE(Platform/WindowsPaths)
|
INCLUDE(Platform/WindowsPaths)
|
||||||
|
|
||||||
# uncomment these out to debug nmake and borland makefiles
|
# uncomment these out to debug nmake and borland makefiles
|
||||||
#SET(CMAKE_START_TEMP_FILE "")
|
SET(CMAKE_START_TEMP_FILE "")
|
||||||
#SET(CMAKE_END_TEMP_FILE "")
|
SET(CMAKE_END_TEMP_FILE "")
|
||||||
#SET(CMAKE_VERBOSE_MAKEFILE 1)
|
SET(CMAKE_VERBOSE_MAKEFILE 1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue