8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7ad6f commit 6e723f6Copy full SHA for 6e723f6
src/tools/msvc/MSBuildProject.pm
@@ -381,7 +381,7 @@ EOF
381
print $f <<EOF;
382
<PreLinkEvent>
383
<Message>Generate DEF file</Message>
384
- <Command>perl src\\tools\\msvc\\gendef.pl --arch $arch --deffile $cfgname\\$self->{name}\\$self->{name}.def $cfgname\\$self->{name}</Command>
+ <Command>perl src\\tools\\msvc\\gendef.pl --arch $arch --deffile $cfgname\\$self->{name}\\$self->{name}.def --tempdir $cfgname\\$self->{name} $cfgname\\$self->{name}</Command>
385
</PreLinkEvent>
386
EOF
387
}
0 commit comments