msvcmaker: Fix invocation of winebuild to generate compatible .def files.

This commit is contained in:
Rob Shearman 2008-09-25 16:44:01 +01:00 committed by Alexandre Julliard
parent 5376d37f55
commit e842164cb8
1 changed files with 1 additions and 1 deletions

View File

@ -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";