summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-23 13:44:34 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-07-23 13:44:34 (GMT)
commit91d21518ae652089dd94a3c9d09e5e800ab0dd6b (patch)
tree44f8a4590700384ce9e1ce71fd5de069cdfb4324 /Source/cmGlobalVisualStudio7Generator.h
parentea3e544098232edcaddf11c5fee5819256c92936 (diff)
parentf5c0efdbe4d67a6f262dd670923674b003af1726 (diff)
downloadCMake-91d21518ae652089dd94a3c9d09e5e800ab0dd6b.zip
CMake-91d21518ae652089dd94a3c9d09e5e800ab0dd6b.tar.gz
CMake-91d21518ae652089dd94a3c9d09e5e800ab0dd6b.tar.bz2
Merge topic 'refactor-generator-startup'
f5c0efdb cmGlobalGenerator: Create a non-virtual 'DoGenerate' method
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index bd84433..390b97c 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -72,13 +72,6 @@ public:
);
/**
- * Generate the all required files for building this project/tree. This
- * basically creates a series of LocalGenerators for each directory and
- * requests that they Generate.
- */
- virtual void Generate();
-
- /**
* Generate the DSW workspace file.
*/
virtual void OutputSLNFile();
@@ -113,6 +106,7 @@ public:
virtual std::string Encoding();
protected:
+ virtual void Generate();
virtual const char* GetIDEVersion() { return "7.0"; }
std::string const& GetDevEnvCommand();