diff options
author | Brad King <brad.king@kitware.com> | 2006-10-04 22:52:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-10-04 22:52:29 (GMT) |
commit | 406f3554c787f6926e9775f953e8f590db78803e (patch) | |
tree | 8968bcf410707e07d074779ca0ea3e69c0dee598 /Source/cmGlobalBorlandMakefileGenerator.cxx | |
parent | 038c9e27d78b2df56460c85a1a797c7e0dc3e149 (diff) | |
download | CMake-406f3554c787f6926e9775f953e8f590db78803e.zip CMake-406f3554c787f6926e9775f953e8f590db78803e.tar.gz CMake-406f3554c787f6926e9775f953e8f590db78803e.tar.bz2 |
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalBorlandMakefileGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx index 1ce506d..bba00ae 100644 --- a/Source/cmGlobalBorlandMakefileGenerator.cxx +++ b/Source/cmGlobalBorlandMakefileGenerator.cxx @@ -43,7 +43,6 @@ void cmGlobalBorlandMakefileGenerator cmLocalGenerator *cmGlobalBorlandMakefileGenerator::CreateLocalGenerator() { cmLocalUnixMakefileGenerator3* lg = new cmLocalUnixMakefileGenerator3; - lg->SetEchoNeedsQuote(false); lg->SetIncludeDirective("!include"); lg->SetWindowsShell(true); lg->SetDefineWindowsNULL(true); |