Rob Shearman : msvcmaker: Fix the arguments passed to winebuild to generate the .def file.

Alexandre Julliard julliard at winehq.org
Tue Sep 30 11:15:24 CDT 2008


Module: wine
Branch: master
Commit: 1b2cead10bd9836dd8cee5b610c9cf73646ed90f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1b2cead10bd9836dd8cee5b610c9cf73646ed90f

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Thu Sep 25 16:42:56 2008 +0100

msvcmaker: Fix the arguments passed to winebuild to generate the .def file.

---

 tools/winapi/msvcmaker |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker
index 30b3c2c..b900eab 100755
--- a/tools/winapi/msvcmaker
+++ b/tools/winapi/msvcmaker
@@ -785,7 +785,7 @@ sub _generate_dsp($$) {
 	    print OUT "InputPath=$spec_file\r\n";
 	    print OUT "\r\n";
 	    print OUT "BuildCmds= \\\r\n";
-	    print OUT "\t..\\..\\tools\\winebuild\\$output_dir\\winebuild.exe --def $spec_file > $def_file\r\n";
+	    print OUT "\t..\\..\\tools\\winebuild\\$output_dir\\winebuild.exe -w --def -o $def_file --export $spec_file\r\n";
 	    print OUT "\r\n";
 	    print OUT "\"$def_file\" : \$(SOURCE) \"\$(INTDIR)\" \"\$(OUTDIR)\"\r\n";
 	    print OUT "   \$(BuildCmds)\r\n";




More information about the wine-cvs mailing list