diff options
author | Brad King <brad.king@kitware.com> | 2008-01-23 18:30:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-23 18:30:55 (GMT) |
commit | 09af624deefa6d88e6d13d6a13907e7caf965d25 (patch) | |
tree | 8b240ad61a6fe41b90901ab59fe361369f42b6af /Source/cmComputeLinkInformation.h | |
parent | 865c2bc6d657fc79df96b74ca9d1b1eb26f0bbc6 (diff) | |
download | CMake-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/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index e45ac9f..f082e09 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -74,6 +74,7 @@ private: bool UseImportLibrary; const char* LoaderFlag; std::string LibLinkFlag; + std::string LibLinkFileFlag; std::string LibLinkSuffix; // Link type adjustment. |