diff options
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNMakeMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx index c059ba0..a509931 100644 --- a/Source/cmGlobalNMakeMakefileGenerator.cxx +++ b/Source/cmGlobalNMakeMakefileGenerator.cxx @@ -22,6 +22,7 @@ cmGlobalNMakeMakefileGenerator::cmGlobalNMakeMakefileGenerator() this->WindowsShell = true; this->NMake = true; this->DefineWindowsNULL = true; + this->PassMakeflags = true; } void cmGlobalNMakeMakefileGenerator @@ -55,7 +56,6 @@ cmGlobalNMakeMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent) new cmLocalUnixMakefileGenerator3(this, parent); lg->SetMakeSilentFlag("/nologo"); lg->SetIgnoreLibPrefix(true); - lg->SetPassMakeflags(true); lg->SetUnixCD(false); return lg; } |