BUG: Enabled use of EscapeForShell to properly escape custom command lines. This addresses bug#3786 for Xcode.

This commit is contained in:
Brad King
2006-09-21 16:10:47 -04:00
parent 6d72bb5ae1
commit b9fc06735d
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -201,12 +201,12 @@ public:
const char* LanguageCompileFlags;
};
protected:
/** Escape the given string to be used as a command line argument in
the native build system shell. */
std::string EscapeForShell(const char* str);
protected:
/** Construct a comment for a custom command. */
std::string ConstructComment(const cmCustomCommand& cc,
const char* default_comment = "");