ENH: Adding support for # escape in Watcom WMake.

This commit is contained in:
Brad King
2006-10-25 11:23:04 -04:00
parent 9e29a742a9
commit 54731fa2c8
6 changed files with 49 additions and 5 deletions

View File

@@ -104,6 +104,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.