Skip to content

Commit ee3b418

Browse files
committed
Add include directory for dblink to find fmgroids.h on VS2008 builds.
1 parent 94fa830 commit ee3b418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.47 2010/01/16 11:55:38 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.48 2010/01/17 13:21:50 mha Exp $
77
#
88
use Carp;
99
use Win32;
@@ -28,7 +28,7 @@ my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
2828
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'vacuumlo');
2929
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby', 'vacuumlo');
3030
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
31-
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2']};
31+
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
3232
my $contrib_extrasource = {
3333
'cube' => ['cubescan.l','cubeparse.y'],
3434
'seg' => ['segscan.l','segparse.y']

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy