ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.

This commit is contained in:
Brad King
2008-01-13 16:36:20 -05:00
parent 4e96f4d503
commit 857e2e15dd
7 changed files with 54 additions and 6 deletions

View File

@@ -341,6 +341,7 @@ protected:
bool WindowsVSIDE;
bool WatcomWMake;
bool MinGWMake;
bool NMake;
bool ForceUnixPath;
bool MSYSShell;
bool UseRelativePaths;