diff options
author | Brad King <brad.king@kitware.com> | 2002-12-20 17:59:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-12-20 17:59:18 (GMT) |
commit | 4e6ad941e981e81b53876508d17d1c3ef06938f2 (patch) | |
tree | 01940cd7e170d0db1c808a9dc381c866d83a03fa /Source/cmGlobalVisualStudio7Generator.h | |
parent | 309748ff79d827e191e93f8c28f42768dd5d3966 (diff) | |
download | CMake-4e6ad941e981e81b53876508d17d1c3ef06938f2.zip CMake-4e6ad941e981e81b53876508d17d1c3ef06938f2.tar.gz CMake-4e6ad941e981e81b53876508d17d1c3ef06938f2.tar.bz2 |
ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a semicolon-separated list of configurations that will be built.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index ce87c6b..2fa8ca6 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -78,7 +78,7 @@ public: private: void SetupTests(); - void GenerateConfigurations(); + void GenerateConfigurations(cmMakefile* mf); void WriteSLNFile(std::ostream& fout); void WriteSLNHeader(std::ostream& fout); void WriteProject(std::ostream& fout, |