BUG: make sure win32 exes are win32

This commit is contained in:
Bill Hoffman 2002-10-22 10:36:35 -04:00
parent b1114a344f
commit 0e8052b101

View File

@ -315,7 +315,7 @@ void cmLocalBorlandMakefileGenerator::OutputExecutableRule(std::ostream& fout,
}
if(t.GetType() == cmTarget::WIN32_EXECUTABLE)
{
command += " -tWM ";
command += "-tW -tWM ";
}
else
{