summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-23 18:30:55 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-23 18:30:55 (GMT)
commit09af624deefa6d88e6d13d6a13907e7caf965d25 (patch)
tree8b240ad61a6fe41b90901ab59fe361369f42b6af /Modules/Platform
parent865c2bc6d657fc79df96b74ca9d1b1eb26f0bbc6 (diff)
downloadCMake-09af624deefa6d88e6d13d6a13907e7caf965d25.zip
CMake-09af624deefa6d88e6d13d6a13907e7caf965d25.tar.gz
CMake-09af624deefa6d88e6d13d6a13907e7caf965d25.tar.bz2
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.
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-wcl386.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-wcl386.cmake b/Modules/Platform/Windows-wcl386.cmake
index a98bcaf..87a61d5 100644
--- a/Modules/Platform/Windows-wcl386.cmake
+++ b/Modules/Platform/Windows-wcl386.cmake
@@ -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)