summaryrefslogtreecommitdiff
path: root/Source/cmGlobalNMakeMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-10-28 11:06:06 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2003-10-28 11:06:06 -0500
commit3e2c1f347701155f2713ab144f3c7b3cf00d8aca (patch)
tree8d8b7b5a6cb31a3f0b3255c37769e274ea0e9a4f /Source/cmGlobalNMakeMakefileGenerator.cxx
parent032883cc348fad280ada33bcaa4598e0fcea7dd3 (diff)
downloadcmake-3e2c1f347701155f2713ab144f3c7b3cf00d8aca.tar.gz
BUG: fix for bug 303 pass makeflags to sub makes
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 8615dd5a11..ccba3a449e 100644
--- a/Source/cmGlobalNMakeMakefileGenerator.cxx
+++ b/Source/cmGlobalNMakeMakefileGenerator.cxx
@@ -42,6 +42,7 @@ cmLocalGenerator *cmGlobalNMakeMakefileGenerator::CreateLocalGenerator()
lg->SetMakeSilentFlag("/nologo");
lg->SetGlobalGenerator(this);
lg->SetIgnoreLibPrefix(true);
+ lg->SetPassMakeflags(true);
return lg;
}