diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-10 04:25:09 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-10 04:25:09 (GMT) |
commit | d8ed9ef12151ad36c7cc9bb1908e7866a1e61bd0 (patch) | |
tree | 7fd3e562a89475ab0fb2e3fc2c8596de8515c6b0 /Source/cmLocalVisualStudio7Generator.h | |
parent | c840bbcaaf10a7bf30516d4c1f8c79888c5726da (diff) | |
download | CMake-d8ed9ef12151ad36c7cc9bb1908e7866a1e61bd0.zip CMake-d8ed9ef12151ad36c7cc9bb1908e7866a1e61bd0.tar.gz CMake-d8ed9ef12151ad36c7cc9bb1908e7866a1e61bd0.tar.bz2 |
ENH: fix bug 1324
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 52d1624..a6608bc 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -89,7 +89,8 @@ private: std::string EscapeForXML(const char* s); std::string ConvertToXMLOutputPath(const char* path); std::string ConvertToXMLOutputPathSingle(const char* path); - void OutputDefineFlags(std::ostream& fout); + void OutputDefineFlags(const char* flags, + std::ostream& fout); void OutputTargetRules(std::ostream& fout, const cmTarget &target, const char *libName); |