diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-11-22 10:01:04 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-11-22 10:01:04 (GMT) |
commit | 2d9c72c7e50e64baa8ce3905c079f067ee64f806 (patch) | |
tree | 2ced74f86bd96d0f3ec8eaa2c3fb8059f41e1b29 /Source/cmExtraEclipseCDT4Generator.h | |
parent | 892accffba13f17534755535da411a876ca2cce2 (diff) | |
download | CMake-2d9c72c7e50e64baa8ce3905c079f067ee64f806.zip CMake-2d9c72c7e50e64baa8ce3905c079f067ee64f806.tar.gz CMake-2d9c72c7e50e64baa8ce3905c079f067ee64f806.tar.bz2 |
improve system/compiler specific settings of Eclipse
-use CMAKE_EXECUTABLE_FORMAT and CMAKE_SYSTEM_NAME to decide which binary
parsers to load (ELF/Mach O/PE)
-use CMAKE_(C|CXX)_COMPILER_ID to load the respective compiler error parser
-remove EclipseToolchainType, which was a mixture between compiler and operating system
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 08adc07..f7ddad9 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -56,18 +56,6 @@ private: // create .cproject file void CreateCProjectFile() const; - // Eclipse supported toolchain types - enum EclipseToolchainType - { - EclipseToolchainOther, - EclipseToolchainLinux, - EclipseToolchainCygwin, - EclipseToolchainMinGW, - EclipseToolchainSolaris, - EclipseToolchainMacOSX - }; - static EclipseToolchainType GetToolChainType(const cmMakefile& makefile); - // If built with cygwin cmake, convert posix to windows path. static std::string GetEclipsePath(const std::string& path); |