summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-05-10 18:43:55 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-05-10 18:43:55 (GMT)
commit76dd86b410d0b09e33d2a93d0b4a27b4a8ee7016 (patch)
tree6e81c6636ecb286373ce65b320843b4c8e80b6d3 /Source/cmLocalUnixMakefileGenerator3.h
parent0577543cbc8168ffe74bef808a084e339e0929f2 (diff)
downloadCMake-76dd86b410d0b09e33d2a93d0b4a27b4a8ee7016.zip
CMake-76dd86b410d0b09e33d2a93d0b4a27b4a8ee7016.tar.gz
CMake-76dd86b410d0b09e33d2a93d0b4a27b4a8ee7016.tar.bz2
BUG: fix -D escaped quotes for watcom
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 9d2b4c3..07d1f95 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -177,6 +177,9 @@ public:
/** used to create a recursive make call */
std::string GetRecursiveMakeCall(const char *makefile, const char* tgt);
+ // append flags to a string
+ virtual void AppendFlags(std::string& flags, const char* newFlags);
+
// append an echo command
enum EchoColor { EchoNormal, EchoDepend, EchoBuild, EchoLink,
EchoGenerate, EchoGlobal };