From c25d2bfdd2c81076bf637ae1b2aee711d9e6424d Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 17 May 2007 10:53:18 -0400 Subject: ENH: Added testing for custom command line arguments containing all special characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make. --- Source/cmGlobalBorlandMakefileGenerator.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx') diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx index 1f44c73e85..959cbe8635 100644 --- a/Source/cmGlobalBorlandMakefileGenerator.cxx +++ b/Source/cmGlobalBorlandMakefileGenerator.cxx @@ -51,6 +51,7 @@ cmLocalGenerator *cmGlobalBorlandMakefileGenerator::CreateLocalGenerator() lg->SetGlobalGenerator(this); lg->SetUnixCD(false); lg->SetMakeCommandEscapeTargetTwice(true); + lg->SetBorlandMakeCurlyHack(true); return lg; } -- cgit v1.2.1