Rob Shearman : msvcmaker: Fix invocation of winebuild to generate compatible .def files.
Module: wine Branch: master Commit: e842164cb8bc805a840a6482f3511dd334782f82 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e842164cb8bc805a840a6482f3... Author: Rob Shearman <robertshearman(a)gmail.com> Date: Thu Sep 25 16:44:01 2008 +0100 msvcmaker: Fix invocation of winebuild to generate compatible .def files. --- tools/winapi/msvcmaker | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index 1ab4aaf..cc55837 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker @@ -803,7 +803,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 -w --def -o $def_file --export $spec_file\r\n"; + print OUT "\t..\\..\\tools\\winebuild\\$output_dir\\winebuild.exe -w --def -k -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";
participants (1)
-
Alexandre Julliard