diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-24 09:46:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-27 13:18:31 (GMT) |
commit | e12afe766ee9083637ac819ec69a7b4512c39718 (patch) | |
tree | 85db9cc4b3a6e0815d75423956f4f959de13f931 /Source/cmGlobalGenerator.h | |
parent | c7b79aa16adc1117e62bf146c64f97c992ec2e2e (diff) | |
download | CMake-e12afe766ee9083637ac819ec69a7b4512c39718.zip CMake-e12afe766ee9083637ac819ec69a7b4512c39718.tar.gz CMake-e12afe766ee9083637ac819ec69a7b4512c39718.tar.bz2 |
cmState: Host some state from the cmGlobalGenerator.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index a76cfcb..98f87ed 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -355,13 +355,6 @@ public: #endif std::string MakeSilentFlag; - bool WindowsShell; - bool WindowsVSIDE; - bool WatcomWMake; - bool MinGWMake; - bool NMake; - bool MSYSShell; - protected: virtual void Generate(); |