projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae80eb7
)
Properly install ecpg_compat and pgtypes libraries on msvc
author
Magnus Hagander
<
[email protected]
>
Wed, 9 Jan 2013 16:36:23 +0000
(17:36 +0100)
committer
Magnus Hagander
<
[email protected]
>
Wed, 9 Jan 2013 16:36:23 +0000
(17:36 +0100)
JiangGuiqing
src/tools/msvc/Install.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Install.pm
b/src/tools/msvc/Install.pm
index c9925bfac05f44d03125160cc7c7335c854bf0f8..4e9aae33cbd0da8223e3d95169ca269593baf50d 100644
(file)
--- a/
src/tools/msvc/Install.pm
+++ b/
src/tools/msvc/Install.pm
@@
-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') ] ,