diff options
author | Brad King <brad.king@kitware.com> | 2008-01-23 18:03:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-23 18:03:03 (GMT) |
commit | 865c2bc6d657fc79df96b74ca9d1b1eb26f0bbc6 (patch) | |
tree | a0f60ff0cb79380bb33488e501b58478bd2784af /Source/cmLocalGenerator.h | |
parent | 3d63c85f75209d605273c03227c4e0bc7f5d0303 (diff) | |
download | CMake-865c2bc6d657fc79df96b74ca9d1b1eb26f0bbc6.zip CMake-865c2bc6d657fc79df96b74ca9d1b1eb26f0bbc6.tar.gz CMake-865c2bc6d657fc79df96b74ca9d1b1eb26f0bbc6.tar.bz2 |
BUG: Work-around bug in MSVC 6 command line parsing.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 9a9be8c..f334163 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -327,6 +327,8 @@ protected: std::string FindRelativePathTopBinary(); void SetupPathConversions(); + std::string ConvertToLinkReference(std::string const& lib); + /** Check whether the native build system supports the given definition. Issues a warning. */ virtual bool CheckDefinition(std::string const& define) const; |