[cmake-commits] king committed bootstrap 1.105 1.106
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Feb 1 08:56:03 EST 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv31427
Modified Files:
bootstrap
Log Message:
ENH: Pass dependent library search path to linker on some platforms.
- Move runtime path ordering out of cmComputeLinkInformation
into its own class cmOrderRuntimeDirectories.
- Create an instance of cmOrderRuntimeDirectories for runtime
path ordering and another instance for dependent library
path ordering.
- Replace CMAKE_DEPENDENT_SHARED_LIBRARY_MODE with explicit
CMAKE_LINK_DEPENDENT_LIBRARY_FILES boolean.
- Create CMAKE_LINK_DEPENDENT_LIBRARY_DIRS boolean.
- Create variables to specify -rpath-link flags:
CMAKE_SHARED_LIBRARY_RPATH_LINK_<LANG>_FLAG
CMAKE_EXECUTABLE_RPATH_LINK_<LANG>_FLAG
- Enable -rpath-link flag on Linux and QNX.
- Documentation and error message updates
Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- bootstrap 27 Jan 2008 20:09:58 -0000 1.105
+++ bootstrap 1 Feb 2008 13:56:00 -0000 1.106
@@ -169,6 +169,7 @@
cmListFileCache \
cmComputeLinkDepends \
cmComputeLinkInformation \
+ cmOrderRuntimeDirectories \
"
if ${cmake_system_mingw}; then
More information about the Cmake-commits
mailing list