summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorYves Frederix <yves.frederix@gmail.com>2016-09-16 17:50:06 +0200
committerBrad King <brad.king@kitware.com>2016-11-17 13:53:42 -0500
commit427b6da9e5aa2e1a8570259573b1faa15e4169df (patch)
treec9a2281849dde22f953dbf76ed557f613275d643 /Source/cmGlobalVisualStudio8Generator.h
parentab4a9a98266fb29008cecc9649a91fc844c541f5 (diff)
downloadcmake-427b6da9e5aa2e1a8570259573b1faa15e4169df.tar.gz
VS: Teach `cmake --build` to reconfigure if needed before building
Visual Studio's build system does not cleanly handle itself being re-generated during the build. Teach `cmake --build` to check whether the build system needs to be re-generated before launching the native build tool.
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 b149c9d9c1..53feb47401 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);