[Cmake-commits] [cmake-commits] hoffman committed SystemTools.cxx 1.244 1.245

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jun 11 15:25:50 EDT 2009


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv7095/Source/kwsys

Modified Files:
	SystemTools.cxx 
Log Message:
ENH: use .exe on vms


Index: SystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemTools.cxx,v
retrieving revision 1.244
retrieving revision 1.245
diff -C 2 -d -r1.244 -r1.245
*** SystemTools.cxx	10 Jun 2009 17:02:48 -0000	1.244
--- SystemTools.cxx	11 Jun 2009 19:25:48 -0000	1.245
***************
*** 432,436 ****
  const char* SystemTools::GetExecutableExtension()
  {
! #if defined(_WIN32) || defined(__CYGWIN__)
    return ".exe";
  #else
--- 432,436 ----
  const char* SystemTools::GetExecutableExtension()
  {
! #if defined(_WIN32) || defined(__CYGWIN__) || defined(__VMS)
    return ".exe";
  #else



More information about the Cmake-commits mailing list