Skip to content

Commit 5ea27a4

Browse files
committed
libpgtypes is a client lib, should not link with backend.
1 parent 2d7f4f2 commit 5ea27a4

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.9 2007/04/21 19:04:51 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.10 2007/04/26 14:09:12 mha Exp $
77
#
88
use Carp;
99
use Win32;
@@ -128,7 +128,7 @@ sub mkvcbuild
128128
my $pgtypes =
129129
$solution->AddProject('libpgtypes','dll','interfaces','src\interfaces\ecpg\pgtypeslib');
130130
$pgtypes->AddDefine('FRONTEND');
131-
$pgtypes->AddReference($postgres,$libpgport);
131+
$pgtypes->AddReference($libpgport);
132132
$pgtypes->AddIncludeDir('src\interfaces\ecpg\include');
133133

134134
my $libecpg =$solution->AddProject('libecpg','dll','interfaces','src\interfaces\ecpg\ecpglib');

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