[Cmake-commits] [cmake-commits] king committed cmInstallCommand.h 1.30 1.31
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Apr 14 18:03:17 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv22273/Source
Modified Files:
cmInstallCommand.h
Log Message:
ENH: Clarify documentation of install(TARGETS) command to refer to install target types by the upper-case keywords used when invoking the command.
Index: cmInstallCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallCommand.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -C 2 -d -r1.30 -r1.31
*** cmInstallCommand.h 14 Apr 2008 21:53:11 -0000 1.30
--- cmInstallCommand.h 14 Apr 2008 22:03:15 -0000 1.31
***************
*** 110,126 ****
"The TARGETS form specifies rules for installing targets from a "
"project. There are five kinds of target files that may be "
! "installed: archive, library, runtime, framework, and bundle. "
! "Executables are treated as runtime targets, except that those "
! "marked with the MACOSX_BUNDLE property are treated as bundle "
"targets on OS X. "
! "Static libraries are always treated as archive targets. "
! "Module libraries are always treated as library targets. "
! "For non-DLL platforms shared libraries are treated as library "
"targets, except that those marked with the FRAMEWORK property "
! "are treated as framework targets on OS X. "
"For DLL platforms the DLL part of a shared library is treated as "
! "a runtime target and the corresponding import library is treated as "
! "an archive target. "
"All Windows-based systems including Cygwin are DLL platforms. "
"The ARCHIVE, LIBRARY, RUNTIME, and FRAMEWORK "
--- 110,126 ----
"The TARGETS form specifies rules for installing targets from a "
"project. There are five kinds of target files that may be "
! "installed: ARCHIVE, LIBRARY, RUNTIME, FRAMEWORK, and BUNDLE. "
! "Executables are treated as RUNTIME targets, except that those "
! "marked with the MACOSX_BUNDLE property are treated as BUNDLE "
"targets on OS X. "
! "Static libraries are always treated as ARCHIVE targets. "
! "Module libraries are always treated as LIBRARY targets. "
! "For non-DLL platforms shared libraries are treated as LIBRARY "
"targets, except that those marked with the FRAMEWORK property "
! "are treated as FRAMEWORK targets on OS X. "
"For DLL platforms the DLL part of a shared library is treated as "
! "a RUNTIME target and the corresponding import library is treated as "
! "an ARCHIVE target. "
"All Windows-based systems including Cygwin are DLL platforms. "
"The ARCHIVE, LIBRARY, RUNTIME, and FRAMEWORK "
More information about the Cmake-commits
mailing list