diff options
author | Brad King <brad.king@kitware.com> | 2006-04-19 14:34:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-04-19 14:34:41 (GMT) |
commit | 864c0292d5e7ddc82d97676b3b371a0eadbb1c09 (patch) | |
tree | ff24dde15f0cc3b01360a6e5bac4909751657975 /Source/cmLocalVisualStudio6Generator.h | |
parent | 0b490110baec3c9721efd8b3bdb24c4432ab4f6a (diff) | |
download | CMake-864c0292d5e7ddc82d97676b3b371a0eadbb1c09.zip CMake-864c0292d5e7ddc82d97676b3b371a0eadbb1c09.tar.gz CMake-864c0292d5e7ddc82d97676b3b371a0eadbb1c09.tar.bz2 |
BUG: VS6 generator now uses ComputeLinkInformation just like all other generators.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index cfa49ac..f2b4d13 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -94,6 +94,9 @@ private: std::ostream &fout, const char *libName); std::string CreateTargetRules(cmTarget &target, const char *libName); + void ComputeLinkOptions(cmTarget& target, const char* configName, + const std::string extraOptions, + std::string& options); std::string IncludeOptions; std::vector<std::string> Configurations; }; |