mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
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:
@ -381,7 +381,7 @@ EOF
|
|||||||
print $f <<EOF;
|
print $f <<EOF;
|
||||||
<PreLinkEvent>
|
<PreLinkEvent>
|
||||||
<Message>Generate DEF file</Message>
|
<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>
|
</PreLinkEvent>
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user