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

View File

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