Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch2023-06-12 14:40:39 +0000
committerNoah Misch2023-06-12 14:40:39 +0000
commit6e723f6d7b3642ef9457b8eddd27ebb616d7a7e9 (patch)
treeaac69f49f9fb1666337d816282867736377c9132 /src/tools/msvc/MSBuildProject.pm
parent8c7ad6f1562ba7e8a65b21c40782091a4dd3301d (diff)
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.
Diffstat (limited to 'src/tools/msvc/MSBuildProject.pm')
-rw-r--r--src/tools/msvc/MSBuildProject.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/MSBuildProject.pm b/src/tools/msvc/MSBuildProject.pm
index be17790e32d..62fec1fee5b 100644
--- a/src/tools/msvc/MSBuildProject.pm
+++ b/src/tools/msvc/MSBuildProject.pm
@@ -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
}