summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNMakeMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-13 21:36:20 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-13 21:36:20 (GMT)
commit857e2e15dd8871b67ee00a939e903916320457e4 (patch)
treedde741acf9e16d62f19d78b2be632a4562918a75 /Source/cmGlobalNMakeMakefileGenerator.cxx
parent4e96f4d503aff294343f9c3e27e85c54aa15998f (diff)
downloadCMake-857e2e15dd8871b67ee00a939e903916320457e4.zip
CMake-857e2e15dd8871b67ee00a939e903916320457e4.tar.gz
CMake-857e2e15dd8871b67ee00a939e903916320457e4.tar.bz2
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalNMakeMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx
index 88dd81d..446881b 100644
--- a/Source/cmGlobalNMakeMakefileGenerator.cxx
+++ b/Source/cmGlobalNMakeMakefileGenerator.cxx
@@ -47,6 +47,7 @@ cmLocalGenerator *cmGlobalNMakeMakefileGenerator::CreateLocalGenerator()
lg->SetGlobalGenerator(this);
lg->SetIgnoreLibPrefix(true);
lg->SetPassMakeflags(true);
+ lg->SetNMake(true);
lg->SetUnixCD(false);
return lg;
}