libpgtypes is a client lib, should not link with backend.
authorMagnus Hagander <magnus@hagander.net>
Thu, 26 Apr 2007 14:09:12 +0000 (14:09 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 26 Apr 2007 14:09:12 +0000 (14:09 +0000)
src/tools/msvc/Mkvcbuild.pm

index 486dfa8cd4798d8a2d2c25d3e7321f1183130227..47969b084336a4774adc08226fd0c6ba336be522 100644 (file)
@@ -128,7 +128,7 @@ sub mkvcbuild
     my $pgtypes =
       $solution->AddProject('libpgtypes','dll','interfaces','src\interfaces\ecpg\pgtypeslib');
     $pgtypes->AddDefine('FRONTEND');
-    $pgtypes->AddReference($postgres,$libpgport);
+    $pgtypes->AddReference($libpgport);
     $pgtypes->AddIncludeDir('src\interfaces\ecpg\include');
 
     my $libecpg =$solution->AddProject('libecpg','dll','interfaces','src\interfaces\ecpg\ecpglib');