summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-17 20:10:08 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-17 20:10:08 (GMT)
commit96235da3b404e77801c3e7d786f58204a9c8d79f (patch)
tree40dbd54396c52df0a1fa4f165e1a646ae80eb907 /Source
parent0e14877e2a99b4ed57215b602ae2afad2632caa9 (diff)
downloadCMake-96235da3b404e77801c3e7d786f58204a9c8d79f.zip
CMake-96235da3b404e77801c3e7d786f58204a9c8d79f.tar.gz
CMake-96235da3b404e77801c3e7d786f58204a9c8d79f.tar.bz2
ENH: make mt command work with gmake
Diffstat (limited to 'Source')
-rw-r--r--Source/MFCDialog/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeLists.txt b/Source/MFCDialog/CMakeLists.txt
index ae9fc37..eba2097 100644
--- a/Source/MFCDialog/CMakeLists.txt
+++ b/Source/MFCDialog/CMakeLists.txt
@@ -46,6 +46,7 @@ IF(MSVC AND NOT MSVC60 AND NOT MSVC70 AND NOT MSVC71)
"-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)