summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-09-28 14:37:19 (GMT)
committerBrad King <brad.king@kitware.com>2006-09-28 14:37:19 (GMT)
commit019dabc97fd8e71c4682a653138069d0a3026558 (patch)
tree3b16b43e3098881c259048151da6520c753b6f80 /Source/cmLocalUnixMakefileGenerator3.h
parent0b135767d6670c9b9fc51d50f7e222394383a374 (diff)
downloadCMake-019dabc97fd8e71c4682a653138069d0a3026558.zip
CMake-019dabc97fd8e71c4682a653138069d0a3026558.tar.gz
CMake-019dabc97fd8e71c4682a653138069d0a3026558.tar.bz2
BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 6e0491e..31c3e58 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -108,6 +108,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.
* The default is false.