Skip to content

Commit 6e723f6

Browse files
committed
src/tools/msvc: Move all.sym temporary file back to Debug/postgres.
Commit 70df2df moved it to the top_srcdir, where it caused "git status" noise.
1 parent 8c7ad6f commit 6e723f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/MSBuildProject.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ EOF
381381
print $f <<EOF;
382382
<PreLinkEvent>
383383
<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>
384+
<Command>perl src\\tools\\msvc\\gendef.pl --arch $arch --deffile $cfgname\\$self->{name}\\$self->{name}.def --tempdir $cfgname\\$self->{name} $cfgname\\$self->{name}</Command>
385385
</PreLinkEvent>
386386
EOF
387387
}

0 commit comments

Comments
 (0)