From: Noah Misch Date: Mon, 12 Jun 2023 14:40:39 +0000 (-0700) Subject: src/tools/msvc: Move all.sym temporary file back to Debug/postgres. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=6e723f6d7b3642ef9457b8eddd27ebb616d7a7e9;p=users%2Frhaas%2Fpostgres.git 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. --- diff --git a/src/tools/msvc/MSBuildProject.pm b/src/tools/msvc/MSBuildProject.pm index be17790e32..62fec1fee5 100644 --- a/src/tools/msvc/MSBuildProject.pm +++ b/src/tools/msvc/MSBuildProject.pm @@ -381,7 +381,7 @@ EOF print $f < Generate DEF file - perl src\\tools\\msvc\\gendef.pl --arch $arch --deffile $cfgname\\$self->{name}\\$self->{name}.def $cfgname\\$self->{name} + perl src\\tools\\msvc\\gendef.pl --arch $arch --deffile $cfgname\\$self->{name}\\$self->{name}.def --tempdir $cfgname\\$self->{name} $cfgname\\$self->{name} EOF }