src/tools/msvc: Move all.sym temporary file back to Debug/postgres.
Commit 70df2df1cc89e69e31b31b6aa0d65fd72935af38 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…
x
Reference in New Issue
Block a user