From 929a2b18f6163f28727c42115fd8004b48b79241 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 10 Sep 2002 15:36:11 -0400 Subject: ERR: Fix for borland on linux. --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 0b12ce5..d816726 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -644,7 +644,7 @@ int cmake::Configure(const char *arg0, const std::vector* args) } else { -#if defined(__BORLANDC__) +#if defined(__BORLANDC__) && defined(_WIN32) this->SetGlobalGenerator(new cmGlobalBorlandMakefileGenerator); #elif defined(_WIN32) && !defined(__CYGWIN__) this->SetGlobalGenerator(new cmGlobalVisualStudio6Generator); -- cgit v0.12