summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeBlocksGenerator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-27 17:23:37 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-27 17:23:37 (GMT)
commit5bd9f5811d604fca0dbf10ae65b0e1eb80046f9e (patch)
treee6207d853f06749a3813215e2b2ad4cba5d64d3b /Source/cmExtraCodeBlocksGenerator.cxx
parentc41f7983838a654c830edc94470be4defd0f1686 (diff)
downloadCMake-5bd9f5811d604fca0dbf10ae65b0e1eb80046f9e.zip
CMake-5bd9f5811d604fca0dbf10ae65b0e1eb80046f9e.tar.gz
CMake-5bd9f5811d604fca0dbf10ae65b0e1eb80046f9e.tar.bz2
COMP: disable nmake support until somebody tests it
Alex
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r--Source/cmExtraCodeBlocksGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx
index e0894c6..acc2756 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");