msvcmaker: Fix invocation of winebuild to generate compatible .def files.
This commit is contained in:
parent
5376d37f55
commit
e842164cb8
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue