File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Mkvcbuild;
3
3
#
4
4
# Package that generates build files for msvc build
5
5
#
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 $
7
7
#
8
8
use Carp;
9
9
use Win32;
@@ -28,7 +28,7 @@ my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
28
28
my @contrib_uselibpq = (' dblink' , ' oid2name' , ' pgbench' , ' vacuumlo' );
29
29
my @contrib_uselibpgport = (' oid2name' , ' pgbench' , ' pg_standby' , ' vacuumlo' );
30
30
my $contrib_extralibs = {' pgbench' => [' wsock32.lib' ]};
31
- my $contrib_extraincludes = {' tsearch2' => [' contrib/tsearch2' ]};
31
+ my $contrib_extraincludes = {' tsearch2' => [' contrib/tsearch2' ], ' dblink ' => [ ' src/backend ' ] };
32
32
my $contrib_extrasource = {
33
33
' cube' => [' cubescan.l' ,' cubeparse.y' ],
34
34
' seg' => [' segscan.l' ,' segparse.y' ]
You can’t perform that action at this time.
0 commit comments