]> granicus.if.org Git - postgresql/commitdiff
Properly install ecpg_compat and pgtypes libraries on msvc
authorMagnus Hagander <magnus@hagander.net>
Wed, 9 Jan 2013 16:34:18 +0000 (17:34 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 9 Jan 2013 16:34:53 +0000 (17:34 +0100)
JiangGuiqing

src/tools/msvc/Install.pm

index ead866291f8ace541511a36e794a799b687e1b29..a0c9e8943601499fa6fef6602176d5836d0962b1 100644 (file)
@@ -76,7 +76,7 @@ sub Install
         'Import libraries',
         $target .'/lib/',
         "$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib",
-        "libpgport\\libpgport.lib"
+        "libpgport\\libpgport.lib", "libpgtypes\\libpgtypes.lib","libecpg_compat\\libecpg_compat.lib"
     );
     CopySetOfFiles(
         'timezone names',