projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80af818
)
MSVC: Accept tcl86.lib in addition to tcl86t.lib.
author
Noah Misch
<
[email protected]
>
Mon, 24 Jul 2017 06:53:27 +0000
(23:53 -0700)
committer
Noah Misch
<
[email protected]
>
Mon, 24 Jul 2017 06:53:55 +0000
(23:53 -0700)
ActiveTcl8.6.4.1.299124-win32-x86_64-threaded.exe ships just tcl86.lib.
Back-patch to 9.2, like the commit recognizing tcl86t.lib.
src/tools/msvc/Mkvcbuild.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Mkvcbuild.pm
b/src/tools/msvc/Mkvcbuild.pm
index 7a73e58e497208ff982a0472628b3e4b65915252..5156bf02dfbf4a53d56e9d3b5f71b229e392e326 100644
(file)
--- a/
src/tools/msvc/Mkvcbuild.pm
+++ b/
src/tools/msvc/Mkvcbuild.pm
@@
-231,7
+231,7
@@
sub mkvcbuild
$pltcl->AddIncludeDir($solution->{options}->{tcl} . '\include');
$pltcl->AddReference($postgres);
- for my $tclver (qw(86t 85 84))
+ for my $tclver (qw(86t 8
6 8
5 84))
{
my $tcllib = $solution->{options}->{tcl} . "\\lib\\tcl$tclver.lib";
if (-e $tcllib)