summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 05:20:36 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-16 05:20:36 +0200
commitcf7f03e5229aa011e176589fbc71cf4fb259f897 (patch)
tree60147990e368609aa9e76ff088adc64fb2cb3626 /Source/cmGlobalUnixMakefileGenerator3.h
parente9b134b95ddc832979b2cf78aff68643139e5006 (diff)
downloadcmake-cf7f03e5229aa011e176589fbc71cf4fb259f897.tar.gz
cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 950a4469b5..ffe65a0bb7 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();