mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Unbreak MSVC builds for pg_archivecleanup by linking with libpgport
This commit is contained in:
parent
41f302b52a
commit
540113dc96
@ -3,7 +3,7 @@ package Mkvcbuild;
|
|||||||
#
|
#
|
||||||
# Package that generates build files for msvc build
|
# Package that generates build files for msvc build
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.57 2010/05/13 21:33:00 adunstan Exp $
|
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.58 2010/06/15 12:48:36 adunstan Exp $
|
||||||
#
|
#
|
||||||
use Carp;
|
use Carp;
|
||||||
use Win32;
|
use Win32;
|
||||||
@ -28,7 +28,7 @@ my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
|
|||||||
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade',
|
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade',
|
||||||
'vacuumlo');
|
'vacuumlo');
|
||||||
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby',
|
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby',
|
||||||
'pg_upgrade', 'vacuumlo');
|
'pg_archivecleanup', 'pg_upgrade', 'vacuumlo');
|
||||||
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
|
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
|
||||||
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
|
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
|
||||||
my $contrib_extrasource = {
|
my $contrib_extrasource = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user