projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
8c7ad6f
)
src/tools/msvc: Move all.sym temporary file back to Debug/postgres.
author
Noah Misch
<
[email protected]
>
Mon, 12 Jun 2023 14:40:39 +0000
(07:40 -0700)
committer
Noah 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
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/MSBuildProject.pm
b/src/tools/msvc/MSBuildProject.pm
index be17790e32dca9e98b54aaa0fbab2fb2eb8f8547..62fec1fee5b7bb4328236c746ab8607480b41577 100644
(file)
--- 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
}