BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always.

This commit is contained in:
Brad King
2006-09-28 10:37:19 -04:00
parent 0b135767d6
commit 019dabc97f
4 changed files with 22 additions and 0 deletions
+7
View File
@@ -107,6 +107,13 @@ public:
*/
void SetWindowsShell(bool v) {this->WindowsShell = 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.
*/
void SetMSYSShell(bool v) {this->MSYSShell = v;}
/**
* If set to true, then NULL is set to nil for non Windows_NT.
* This uses make syntax used by nmake and borland.