[cmake-commits] hoffman committed CMakeLists.txt 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 17 16:10:11 EDT 2007


Update of /cvsroot/CMake/CMake/Source/MFCDialog
In directory public:/mounts/ram/cvs-serv28828

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: make mt command work with gmake


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/MFCDialog/CMakeLists.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- CMakeLists.txt	11 Sep 2007 19:21:37 -0000	1.11
+++ CMakeLists.txt	17 Sep 2007 20:10:08 -0000	1.12
@@ -46,6 +46,7 @@
     "-inputresource:${exe};#1"
     -manifest "${CMAKE_CURRENT_SOURCE_DIR}/CMakeSetupManifest.xml"
     "-outputresource:${exe};#1"
+    VERBATIM 
   )
 ENDIF(MSVC AND NOT MSVC60 AND NOT MSVC70 AND NOT MSVC71)
 



More information about the Cmake-commits mailing list