BUG: fix -D escaped quotes for watcom

This commit is contained in:
Bill Hoffman
2007-05-10 14:43:55 -04:00
parent 0577543cbc
commit 76dd86b410
4 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ public:
void AddSharedFlags(std::string& flags, const char* lang, bool shared);
void AddConfigVariableFlags(std::string& flags, const char* var,
const char* config);
void AppendFlags(std::string& flags, const char* newFlags);
virtual void AppendFlags(std::string& flags, const char* newFlags);
///! Get the include flags for the current makefile and language
const char* GetIncludeFlags(const char* lang);