COMP: disable nmake support until somebody tests it
Alex
This commit is contained in:
parent
c41f798383
commit
5bd9f5811d
@ -46,9 +46,9 @@ cmExtraCodeBlocksGenerator::cmExtraCodeBlocksGenerator()
|
|||||||
:cmExternalMakefileProjectGenerator()
|
:cmExternalMakefileProjectGenerator()
|
||||||
{
|
{
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
this->SupportedGlobalGenerators.push_back("NMake Makefiles");
|
|
||||||
this->SupportedGlobalGenerators.push_back("MinGW Makefiles");
|
this->SupportedGlobalGenerators.push_back("MinGW Makefiles");
|
||||||
// disable MSYS until somebody actually tests it
|
// disable until somebody actually tests it:
|
||||||
|
// this->SupportedGlobalGenerators.push_back("NMake Makefiles");
|
||||||
// this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
|
// this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
|
||||||
#endif
|
#endif
|
||||||
this->SupportedGlobalGenerators.push_back("Unix Makefiles");
|
this->SupportedGlobalGenerators.push_back("Unix Makefiles");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user