summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-14 14:37:50 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-14 14:37:50 (GMT)
commita87253154e15da3f05ec7a4c625caaa0c54a3861 (patch)
treec1c0e72ace1f7857d154c7e3b98ed4392712a76a /Source/cmake.cxx
parentb775ba20c67bb228f0db4fa0e650eca2ae8c3b30 (diff)
parentf47b4f68a9e7c14734f1aec0b7e63184b3c9f924 (diff)
downloadCMake-a87253154e15da3f05ec7a4c625caaa0c54a3861.zip
CMake-a87253154e15da3f05ec7a4c625caaa0c54a3861.tar.gz
CMake-a87253154e15da3f05ec7a4c625caaa0c54a3861.tar.bz2
Merge topic 'remove-vs7.0-generator'
f47b4f68 Drop Visual Studio 7 generator for VS .NET 2002
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index c197dae..74364f7 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -51,7 +51,6 @@
// include the generator
#if defined(_WIN32) && !defined(__CYGWIN__)
# if !defined(CMAKE_BOOT_MINGW)
-# include "cmGlobalVisualStudio7Generator.h"
# include "cmGlobalVisualStudio71Generator.h"
# include "cmGlobalVisualStudio8Generator.h"
# include "cmGlobalVisualStudio9Generator.h"
@@ -1428,7 +1427,6 @@ int cmake::ActualConfigure()
const char* GeneratorName;
};
VSRegistryEntryName version[] = {
- {"7.0", "Visual Studio 7"},
{"7.1", "Visual Studio 7 .NET 2003"},
{"8.0", "Visual Studio 8 2005"},
{"9.0", "Visual Studio 9 2008"},
@@ -1835,8 +1833,6 @@ void cmake::AddDefaultGenerators()
this->Generators.push_back(
cmGlobalVisualStudio71Generator::NewFactory());
this->Generators.push_back(
- cmGlobalVisualStudio7Generator::NewFactory());
- this->Generators.push_back(
cmGlobalBorlandMakefileGenerator::NewFactory());
this->Generators.push_back(
cmGlobalNMakeMakefileGenerator::NewFactory());