mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 22:40:25 +00:00
BUG: make sure win32 exes are win32
This commit is contained in:
parent
b1114a344f
commit
0e8052b101
@ -315,7 +315,7 @@ void cmLocalBorlandMakefileGenerator::OutputExecutableRule(std::ostream& fout,
|
||||
}
|
||||
if(t.GetType() == cmTarget::WIN32_EXECUTABLE)
|
||||
{
|
||||
command += " -tWM ";
|
||||
command += "-tW -tWM ";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user