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

View File

@@ -274,6 +274,7 @@ protected:
bool WindowsShell;
bool WindowsVSIDE;
bool ForceUnixPath;
bool MSYSShell;
bool UseRelativePaths;
bool IgnoreLibPrefix;
bool Configured;