[cmake-commits] king committed Windows-wcl386.cmake 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 23 13:30:57 EST 2008


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

Modified Files:
	Windows-wcl386.cmake 
Log Message:
BUG: Fix generation of Watcom link lines.

  - Work-around bug in Watcom command line parsing for spaces in paths.
  - Add 'library' option before libraries specified by file path.


Index: Windows-wcl386.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-wcl386.cmake,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Windows-wcl386.cmake	14 Jan 2008 14:20:57 -0000	1.7
+++ Windows-wcl386.cmake	23 Jan 2008 18:30:55 -0000	1.8
@@ -1,5 +1,6 @@
 SET(CMAKE_LIBRARY_PATH_FLAG "libpath ")
 SET(CMAKE_LINK_LIBRARY_FLAG "library ")
+SET(CMAKE_LINK_LIBRARY_FILE_FLAG "library")
 
 IF(CMAKE_VERBOSE_MAKEFILE)
   SET(CMAKE_WCL_QUIET)



More information about the Cmake-commits mailing list