summaryrefslogtreecommitdiff
path: root/Source/cmGlobalBorlandMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-06 15:06:08 -0400
committerBrad King <brad.king@kitware.com>2005-04-06 15:06:08 -0400
commit1c4337d778bb726f7c32ecae29f79ffa39ba0a06 (patch)
tree53920dd113a72f627a8d1286dd419392d1ea89e3 /Source/cmGlobalBorlandMakefileGenerator.cxx
parent6f95540ac771ae9f09c7aedb22ec1027ea3f15eb (diff)
downloadcmake-1c4337d778bb726f7c32ecae29f79ffa39ba0a06.tar.gz
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
Diffstat (limited to 'Source/cmGlobalBorlandMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalBorlandMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalBorlandMakefileGenerator.cxx b/Source/cmGlobalBorlandMakefileGenerator.cxx
index 477004c659..46fdec33c2 100644
--- a/Source/cmGlobalBorlandMakefileGenerator.cxx
+++ b/Source/cmGlobalBorlandMakefileGenerator.cxx
@@ -30,7 +30,6 @@ void cmGlobalBorlandMakefileGenerator::EnableLanguage(std::vector<std::string>co
cmMakefile *mf)
{
std::string outdir = m_CMakeInstance->GetStartOutputDirectory();
- mf->AddDefinition("CMAKE_GENERATOR_NEW", "1");
mf->AddDefinition("BORLAND", "1");
mf->AddDefinition("CMAKE_GENERATOR_CC", "bcc32");
mf->AddDefinition("CMAKE_GENERATOR_CXX", "bcc32");