src/tools/msvc: Move all.sym temporary file back to Debug/postgres.

Commit 70df2df1cc moved it to the
top_srcdir, where it caused "git status" noise.
This commit is contained in:
Noah Misch 2023-06-12 07:40:39 -07:00
parent 8c7ad6f156
commit 6e723f6d7b

View File

@ -381,7 +381,7 @@ EOF
print $f <<EOF;
<PreLinkEvent>
<Message>Generate DEF file</Message>
<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>
</PreLinkEvent>
EOF
}