Content-Length: 276262 | pFad | http://github.com/postgrespro/postgres/commit/5ea27a4b2812d148f2516d130aee9dbaba45cedc

7B libpgtypes is a client lib, should not link with backend. · postgrespro/postgres@5ea27a4 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/5ea27a4b2812d148f2516d130aee9dbaba45cedc

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy