summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalMinGWMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-05-17 14:53:18 (GMT)
committerBrad King <brad.king@kitware.com>2007-05-17 14:53:18 (GMT)
commitc25d2bfdd2c81076bf637ae1b2aee711d9e6424d (patch)
treed8832b6899273a77800958ab852cbd5d2631c73c /Source/cmGlobalMinGWMakefileGenerator.cxx
parentcc507411d3641297ed9fff7789cd4121dbe849b3 (diff)
downloadCMake-c25d2bfdd2c81076bf637ae1b2aee711d9e6424d.zip
CMake-c25d2bfdd2c81076bf637ae1b2aee711d9e6424d.tar.gz
CMake-c25d2bfdd2c81076bf637ae1b2aee711d9e6424d.tar.bz2
ENH: Added testing for custom command line arguments containing all special characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make.
Diffstat (limited to 'Source/cmGlobalMinGWMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalMinGWMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalMinGWMakefileGenerator.cxx b/Source/cmGlobalMinGWMakefileGenerator.cxx
index 30cb948..89a01d8 100644
--- a/Source/cmGlobalMinGWMakefileGenerator.cxx
+++ b/Source/cmGlobalMinGWMakefileGenerator.cxx
@@ -61,6 +61,7 @@ cmLocalGenerator *cmGlobalMinGWMakefileGenerator::CreateLocalGenerator()
lg->SetIgnoreLibPrefix(true);
lg->SetPassMakeflags(false);
lg->SetUnixCD(true);
+ lg->SetMinGWMake(true);
// mingw32-make has trouble running code like
//