1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Properly install ecpg_compat and pgtypes libraries on msvc

JiangGuiqing
This commit is contained in:
Magnus Hagander
2013-01-09 17:36:23 +01:00
parent ae80eb70ce
commit 390bdedb70

View File

@ -71,7 +71,7 @@ sub Install
CopyFiles(
'Import libraries',
$target .'/lib/',
"$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib", "libpgport\\libpgport.lib"
"$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib", "libpgport\\libpgport.lib","libpgtypes\\libpgtypes.lib","libecpg_compat\\libecpg_compat.lib"
);
CopySetOfFiles('timezone names',
[ glob('src\timezone\tznames\*.txt') ] ,