Properly install ecpg_compat and pgtypes libraries on msvc

JiangGuiqing
This commit is contained in:
Magnus Hagander 2013-01-09 17:29:59 +01:00
parent b5ed1376c6
commit 6e650a55cd

View File

@ -86,7 +86,8 @@ 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',
[ glob('src\timezone\tznames\*.txt') ],