summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-25 15:23:04 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-25 15:23:04 (GMT)
commit54731fa2c88879bf19cee97493556a02f833dda3 (patch)
treeed914c77b53837aedf6e014ddb426bd1fe3f6a80 /Source/cmLocalUnixMakefileGenerator3.h
parent9e29a742a931e67ed92038e0250af66bbff07ff7 (diff)
downloadCMake-54731fa2c88879bf19cee97493556a02f833dda3.zip
CMake-54731fa2c88879bf19cee97493556a02f833dda3.tar.gz
CMake-54731fa2c88879bf19cee97493556a02f833dda3.tar.bz2
ENH: Adding support for # escape in Watcom WMake.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 5b9d7fd..5fa78f7 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -105,6 +105,11 @@ public:
void SetWindowsShell(bool v) {this->WindowsShell = v;}
/**
+ * Set to true if the make tool being used is Watcom WMake.
+ */
+ void SetWatcomWMake(bool v) {this->WatcomWMake = v;}
+
+ /**
* Set to true if the shell being used is the MSYS shell.
* This controls if statements in the makefile and the SHELL variable.
* The default is false.