[cmake-commits] king committed CMakeCCompilerId.c 1.1.2.2 1.1.2.3 CMakeCXXCompilerId.cpp 1.1.2.2 1.1.2.3

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Apr 27 10:19:17 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv25103

Modified Files:
      Tag: CMake-Modules-CompilerId
	CMakeCCompilerId.c CMakeCXXCompilerId.cpp 
Log Message:
ENH: Added Watcom compiler identifier.


Index: CMakeCCompilerId.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Attic/CMakeCCompilerId.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- CMakeCCompilerId.c	27 Apr 2007 13:46:23 -0000	1.1.2.2
+++ CMakeCCompilerId.c	27 Apr 2007 14:19:15 -0000	1.1.2.3
@@ -11,6 +11,8 @@
 "Intel"
 #elif defined(__BORLANDC__)
 "Borland"
+#elif defined(__WATCOMC__)
+"Watcom"
 #elif defined(__SUNPRO_C)
 "SunPro"
 #elif defined(__HP_cc)

Index: CMakeCXXCompilerId.cpp
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Attic/CMakeCXXCompilerId.cpp,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- CMakeCXXCompilerId.cpp	27 Apr 2007 13:46:23 -0000	1.1.2.2
+++ CMakeCXXCompilerId.cpp	27 Apr 2007 14:19:15 -0000	1.1.2.3
@@ -9,6 +9,8 @@
 "Intel"
 #elif defined(__BORLANDC__)
 "Borland"
+#elif defined(__WATCOMC__)
+"Watcom"
 #elif defined(__SUNPRO_CC)
 "SunPro"
 #elif defined(__HP_aCC)



More information about the Cmake-commits mailing list