BUG: Work-around bug in MSVC 6 command line parsing.

This commit is contained in:
Brad King
2008-01-23 13:03:03 -05:00
parent 3d63c85f75
commit 865c2bc6d6
2 changed files with 36 additions and 1 deletions

View File

@@ -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;