summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-01 15:50:26 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-01 15:50:26 (GMT)
commit63e2c3bbf2cd746a32f5026e1ddf52926d951165 (patch)
tree7edee0fdea21bedab8618774704d609aa1fe221d /Source/cmExtraEclipseCDT4Generator.cxx
parentecff1c37da3963120add420e76fd940ea05edec9 (diff)
downloadCMake-63e2c3bbf2cd746a32f5026e1ddf52926d951165.zip
CMake-63e2c3bbf2cd746a32f5026e1ddf52926d951165.tar.gz
CMake-63e2c3bbf2cd746a32f5026e1ddf52926d951165.tar.bz2
ENH: works also with nmake, tested by Jeff
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index 8fd06a3..f6b6388 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -30,11 +30,11 @@
cmExtraEclipseCDT4Generator
::cmExtraEclipseCDT4Generator() : cmExternalMakefileProjectGenerator()
{
-//#if defined(_WIN32)
-// this->SupportedGlobalGenerators.push_back("NMake Makefiles");
+#if defined(_WIN32)
+ this->SupportedGlobalGenerators.push_back("NMake Makefiles");
// this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
// this->SupportedGlobalGenerators.push_back("MinGW Makefiles");
-//#endif
+#endif
this->SupportedGlobalGenerators.push_back("Unix Makefiles");
}