summaryrefslogtreecommitdiff
path: root/Source/cmGlobalBorlandMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-03-30 15:39:03 -0500
committerBrad King <brad.king@kitware.com>2006-03-30 15:39:03 -0500
commiteb31755eb204e3c7981961442ef80858cb8d4ff5 (patch)
tree73048c448f7561e606e857339be3bfcba9299e07 /Source/cmGlobalBorlandMakefileGenerator.cxx
parent5a2668b326471874ca69357af831cdcf1575c621 (diff)
downloadcmake-eb31755eb204e3c7981961442ef80858cb8d4ff5.tar.gz
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalBorlandMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx
index 61cd883c85..e33c5185bb 100644
--- a/Source/cmGlobalBorlandMakefileGenerator.cxx
+++ b/Source/cmGlobalBorlandMakefileGenerator.cxx
@@ -24,6 +24,7 @@ cmGlobalBorlandMakefileGenerator::cmGlobalBorlandMakefileGenerator()
this->EmptyRuleHackDepends = "NUL";
this->FindMakeProgramFile = "CMakeBorlandFindMake.cmake";
this->ForceUnixPaths = false;
+ this->ToolSupportsColorVT100 = false;
}