summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-18 14:10:33 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-18 14:10:33 (GMT)
commitc9d142c4e96ad7fbbb7a98c0a9c22f088877519a (patch)
tree2532a6144689a9de4545bc8a58999627d5731a58 /Source/cmGlobalVisualStudio8Generator.h
parent2469cb5aae79f2ab409744f0ab1ef54d6fac7c2a (diff)
parent427b6da9e5aa2e1a8570259573b1faa15e4169df (diff)
downloadCMake-c9d142c4e96ad7fbbb7a98c0a9c22f088877519a.zip
CMake-c9d142c4e96ad7fbbb7a98c0a9c22f088877519a.tar.gz
CMake-c9d142c4e96ad7fbbb7a98c0a9c22f088877519a.tar.bz2
Merge topic 'auto_project_regeneration'
427b6da9 VS: Teach `cmake --build` to reconfigure if needed before building
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index b149c9d..53feb47 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -23,6 +23,9 @@ public:
/** Get the documentation entry for this generator. */
static void GetDocumentation(cmDocumentationEntry& entry);
+ /** Get the name of the main stamp list file. */
+ static std::string GetGenerateStampList();
+
virtual void EnableLanguage(std::vector<std::string> const& languages,
cmMakefile*, bool optional);
virtual void AddPlatformDefinitions(cmMakefile* mf);