|
@@ -63,15 +63,8 @@
|
|
|
# include "cmGlobalVisualStudio71Generator.h"
|
|
# include "cmGlobalVisualStudio71Generator.h"
|
|
|
# include "cmGlobalVisualStudio8Generator.h"
|
|
# include "cmGlobalVisualStudio8Generator.h"
|
|
|
# include "cmGlobalVisualStudio9Generator.h"
|
|
# include "cmGlobalVisualStudio9Generator.h"
|
|
|
-# include "cmGlobalVisualStudio9IA64Generator.h"
|
|
|
|
|
-# include "cmGlobalVisualStudio9Win64Generator.h"
|
|
|
|
|
# include "cmGlobalVisualStudio10Generator.h"
|
|
# include "cmGlobalVisualStudio10Generator.h"
|
|
|
-# include "cmGlobalVisualStudio10IA64Generator.h"
|
|
|
|
|
-# include "cmGlobalVisualStudio10Win64Generator.h"
|
|
|
|
|
# include "cmGlobalVisualStudio11Generator.h"
|
|
# include "cmGlobalVisualStudio11Generator.h"
|
|
|
-# include "cmGlobalVisualStudio11Win64Generator.h"
|
|
|
|
|
-# include "cmGlobalVisualStudio11ARMGenerator.h"
|
|
|
|
|
-# include "cmGlobalVisualStudio8Win64Generator.h"
|
|
|
|
|
# include "cmGlobalBorlandMakefileGenerator.h"
|
|
# include "cmGlobalBorlandMakefileGenerator.h"
|
|
|
# include "cmGlobalNMakeMakefileGenerator.h"
|
|
# include "cmGlobalNMakeMakefileGenerator.h"
|
|
|
# include "cmGlobalJOMMakefileGenerator.h"
|
|
# include "cmGlobalJOMMakefileGenerator.h"
|
|
@@ -2588,28 +2581,14 @@ void cmake::AddDefaultGenerators()
|
|
|
cmGlobalVisualStudio7Generator::NewFactory());
|
|
cmGlobalVisualStudio7Generator::NewFactory());
|
|
|
this->Generators.push_back(
|
|
this->Generators.push_back(
|
|
|
cmGlobalVisualStudio10Generator::NewFactory());
|
|
cmGlobalVisualStudio10Generator::NewFactory());
|
|
|
- this->Generators.push_back(
|
|
|
|
|
- cmGlobalVisualStudio10IA64Generator::NewFactory());
|
|
|
|
|
- this->Generators.push_back(
|
|
|
|
|
- cmGlobalVisualStudio10Win64Generator::NewFactory());
|
|
|
|
|
this->Generators.push_back(
|
|
this->Generators.push_back(
|
|
|
cmGlobalVisualStudio11Generator::NewFactory());
|
|
cmGlobalVisualStudio11Generator::NewFactory());
|
|
|
- this->Generators.push_back(
|
|
|
|
|
- cmGlobalVisualStudio11Win64Generator::NewFactory());
|
|
|
|
|
- this->Generators.push_back(
|
|
|
|
|
- cmGlobalVisualStudio11ARMGenerator::NewFactory());
|
|
|
|
|
this->Generators.push_back(
|
|
this->Generators.push_back(
|
|
|
cmGlobalVisualStudio71Generator::NewFactory());
|
|
cmGlobalVisualStudio71Generator::NewFactory());
|
|
|
this->Generators.push_back(
|
|
this->Generators.push_back(
|
|
|
cmGlobalVisualStudio8Generator::NewFactory());
|
|
cmGlobalVisualStudio8Generator::NewFactory());
|
|
|
this->Generators.push_back(
|
|
this->Generators.push_back(
|
|
|
cmGlobalVisualStudio9Generator::NewFactory());
|
|
cmGlobalVisualStudio9Generator::NewFactory());
|
|
|
- this->Generators.push_back(
|
|
|
|
|
- cmGlobalVisualStudio9IA64Generator::NewFactory());
|
|
|
|
|
- this->Generators.push_back(
|
|
|
|
|
- cmGlobalVisualStudio9Win64Generator::NewFactory());
|
|
|
|
|
- this->Generators.push_back(
|
|
|
|
|
- cmGlobalVisualStudio8Win64Generator::NewFactory());
|
|
|
|
|
this->Generators.push_back(
|
|
this->Generators.push_back(
|
|
|
cmGlobalBorlandMakefileGenerator::NewFactory());
|
|
cmGlobalBorlandMakefileGenerator::NewFactory());
|
|
|
this->Generators.push_back(
|
|
this->Generators.push_back(
|