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/cmGlobalUnixMakefileGenerator3.h | |
parent | e9b134b95ddc832979b2cf78aff68643139e5006 (diff) | |
download | CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.zip CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.tar.gz CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.tar.bz2 |
cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 950a446..ffe65a0 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -134,6 +134,7 @@ public: virtual void ComputeTargetObjectDirectory(cmGeneratorTarget* gt) const; std::string IncludeDirective; + bool DefineWindowsNULL; protected: void WriteMainMakefile2(); void WriteMainCMakefile(); |