[Cmake-commits] [cmake-commits] king committed OpenVMS.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 10 13:04:06 EDT 2009


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

Added Files:
	OpenVMS.cmake 
Log Message:
ENH: Enable basic OpenVMS platform support

This adds the Modules/Platform/OpenVMS.cmake platform file for OpenVMS.
We just use Unix-like rules to work with the GNV compiler front-end.

A problem with process execution currently prevents CMake link scripts
from working, so we avoid using them.


--- NEW FILE: OpenVMS.cmake ---
INCLUDE(Platform/UnixPaths)

SET(CMAKE_C_CREATE_STATIC_LIBRARY
  "<CMAKE_AR> cr <TARGET> <LINK_FLAGS> <OBJECTS>"
  "<CMAKE_RANLIB> <TARGET>"
  )
SET(CMAKE_CXX_CREATE_STATIC_LIBRARY ${CMAKE_C_CREATE_STATIC_LIBRARY})



More information about the Cmake-commits mailing list