diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:20:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:20:36 (GMT) |
commit | cf7f03e5229aa011e176589fbc71cf4fb259f897 (patch) | |
tree | 60147990e368609aa9e76ff088adc64fb2cb3626 /Source/cmGlobalJOMMakefileGenerator.cxx | |
parent | e9b134b95ddc832979b2cf78aff68643139e5006 (diff) | |
download | CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.zip CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.tar.gz CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.tar.bz2 |
cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
Diffstat (limited to 'Source/cmGlobalJOMMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalJOMMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalJOMMakefileGenerator.cxx b/Source/cmGlobalJOMMakefileGenerator.cxx index 25613eb..35d20ed 100644 --- a/Source/cmGlobalJOMMakefileGenerator.cxx +++ b/Source/cmGlobalJOMMakefileGenerator.cxx @@ -21,6 +21,7 @@ cmGlobalJOMMakefileGenerator::cmGlobalJOMMakefileGenerator() this->UseLinkScript = false; this->WindowsShell = true; this->NMake = true; + this->DefineWindowsNULL = true; } void cmGlobalJOMMakefileGenerator @@ -52,7 +53,6 @@ cmGlobalJOMMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent) { cmLocalUnixMakefileGenerator3* lg = new cmLocalUnixMakefileGenerator3(this, parent); - lg->SetDefineWindowsNULL(true); lg->SetMakeSilentFlag("/nologo"); lg->SetIgnoreLibPrefix(true); lg->SetPassMakeflags(true); |