Browse Source

COMP: disable nmake support until somebody tests it


			
			
				pull/1/head
			
			
		
Alexander Neundorf 18 years ago
parent
commit
5bd9f5811d
  1. 4
      Source/cmExtraCodeBlocksGenerator.cxx

4
Source/cmExtraCodeBlocksGenerator.cxx

@ -46,9 +46,9 @@ cmExtraCodeBlocksGenerator::cmExtraCodeBlocksGenerator()
:cmExternalMakefileProjectGenerator()
{
#if defined(_WIN32)
this->SupportedGlobalGenerators.push_back("NMake 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");
#endif
this->SupportedGlobalGenerators.push_back("Unix Makefiles");

Loading…
Cancel
Save