summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
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 /Source/cmDocumentVariables.cxx
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 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index d744145..33b0a6e 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -778,6 +778,12 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"On most compilers this is \"-l\".",false,
"Variables that Control the Build");
cm->DefineProperty
+ ("CMAKE_LINK_LIBRARY_FILE_FLAG", cmProperty::VARIABLE,
+ "Flag used to link a library specified by a path to its file.",
+ "The flag used before a library file path is given to the linker. "
+ "This is needed only on very few platforms.", false,
+ "Variables that Control the Build");
+ cm->DefineProperty
("CMAKE_USE_RELATIVE_PATHS", cmProperty::VARIABLE,
"Use relative paths (May not work!).",
"If this is set to TRUE, then the CMake will use "