summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-18 10:28:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-25 12:53:05 (GMT)
commit6ed9c7e024d66d89ab303ba0d299fa4ee099f91b (patch)
tree4f4cd9ebcf0d88f47e88fe9fc1ae6a26a6096d8a /Source/cmMakefile.h
parent8f0a5d84e3fa894c687089d5f6dd6463c47968d8 (diff)
downloadCMake-6ed9c7e024d66d89ab303ba0d299fa4ee099f91b.zip
CMake-6ed9c7e024d66d89ab303ba0d299fa4ee099f91b.tar.gz
CMake-6ed9c7e024d66d89ab303ba0d299fa4ee099f91b.tar.bz2
cmState: Host buildsystem properties for directories.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 27911a9..c335a33 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -846,13 +846,6 @@ protected:
std::vector<std::string> HeaderFileExtensions;
std::string DefineFlags;
- std::vector<std::string> IncludeDirectoriesEntries;
- std::vector<cmListFileBacktrace> IncludeDirectoriesEntryBacktraces;
- std::vector<std::string> CompileOptionsEntries;
- std::vector<cmListFileBacktrace> CompileOptionsEntryBacktraces;
- std::vector<std::string> CompileDefinitionsEntries;
- std::vector<cmListFileBacktrace> CompileDefinitionsEntryBacktraces;
-
// Track the value of the computed DEFINITIONS property.
void AddDefineFlag(const char*, std::string&);
void RemoveDefineFlag(const char*, std::string::size_type, std::string&);