src/tools/msvc: Move all.sym temporary file back to Debug/postgres.
authorNoah Misch <[email protected]>
Mon, 12 Jun 2023 14:40:39 +0000 (07:40 -0700)
committerNoah Misch <[email protected]>
Mon, 12 Jun 2023 14:40:39 +0000 (07:40 -0700)
Commit 70df2df1cc89e69e31b31b6aa0d65fd72935af38 moved it to the
top_srcdir, where it caused "git status" noise.

src/tools/msvc/MSBuildProject.pm

index be17790e32dca9e98b54aaa0fbab2fb2eb8f8547..62fec1fee5b7bb4328236c746ab8607480b41577 100644 (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
    }