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/cmGlobalVisualStudio6Generator.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/cmGlobalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h index 9e72b85..be2dfd9 100644 --- a/Source/cmGlobalVisualStudio6Generator.h +++ b/Source/cmGlobalVisualStudio6Generator.h @@ -66,6 +66,7 @@ public: virtual void OutputDSWFile(); private: + void GenerateConfigurations(cmMakefile* mf); void SetupTests(); void WriteDSWFile(std::ostream& fout); void WriteDSWHeader(std::ostream& fout); |