Browse Source

BUG: make sure win32 exes are win32

Bill Hoffman 23 years ago
parent
commit
0e8052b101
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmLocalBorlandMakefileGenerator.cxx

+ 1 - 1
Source/cmLocalBorlandMakefileGenerator.cxx

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