Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa08da3

Browse files
committed
Fixed 1C patches
1 parent 96c37e0 commit aa08da3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/src/tools/msvc/Mkvcbuild.pm b/src/tools/msvc/Mkvcbuild.pm
2+
index d104dbc..754eac9 100644
3+
--- a/src/tools/msvc/Mkvcbuild.pm
4+
+++ b/src/tools/msvc/Mkvcbuild.pm
5+
@@ -33,7 +33,7 @@ my $contrib_defines = { 'refint' => 'REFINT_VERBOSE' };
6+
my @contrib_uselibpq = ('dblink', 'oid2name', 'postgres_fdw', 'vacuumlo');
7+
my @contrib_uselibpgport = ('oid2name', 'pg_standby', 'vacuumlo');
8+
my @contrib_uselibpgcommon = ('oid2name', 'pg_standby', 'vacuumlo');
9+
-my $contrib_extralibs = undef;
10+
+my $contrib_extralibs = {'mchar' => [ 'icuin.lib', 'icuuc.lib' ]};
11+
my $contrib_extraincludes =
12+
{ 'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend'] };
13+
my $contrib_extrasource = {

0 commit comments

Comments
 (0)