ERR: Fix for borland on linux.

This commit is contained in:
Brad King 2002-09-10 15:36:11 -04:00
parent 15d27bbc42
commit 929a2b18f6
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ int cmake::Configure(const char *arg0, const std::vector<std::string>* args)
}
else
{
#if defined(__BORLANDC__)
#if defined(__BORLANDC__) && defined(_WIN32)
this->SetGlobalGenerator(new cmGlobalBorlandMakefileGenerator);
#elif defined(_WIN32) && !defined(__CYGWIN__)
this->SetGlobalGenerator(new cmGlobalVisualStudio6Generator);