From 5bd9f5811d604fca0dbf10ae65b0e1eb80046f9e Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 27 Aug 2007 13:23:37 -0400 Subject: [PATCH] COMP: disable nmake support until somebody tests it Alex --- Source/cmExtraCodeBlocksGenerator.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index e0894c6c9..acc2756da 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/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");