mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08: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:
parent
8c7ad6f156
commit
6e723f6d7b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user