Try to fix borland and nmake try compile

This commit is contained in:
Andy Cedilnik 2002-09-23 12:23:06 -04:00
parent e6406f681d
commit 6a096be924
1 changed files with 3 additions and 0 deletions

View File

@ -166,6 +166,9 @@ int cmGlobalGenerator::TryCompile(const char *, const char *bindir,
{
makeCommand += " ";
makeCommand += target;
#ifdef WIN32
makeCommand += ".exe";
#endif // WIN32
}
else
{