Skip to content

Commit 87564ff

Browse files
committed
Install import libraries used to link to libpq, ecpg and the backend.
1 parent f1a596b commit 87564ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/tools/msvc/Install.pm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Install;
33
#
44
# Package that provides 'make install' functionality for msvc builds
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.4 2007/03/24 22:16:49 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.5 2007/03/27 21:47:10 mha Exp $
77
#
88
use strict;
99
use warnings;
@@ -43,6 +43,11 @@ sub Install
4343
CopySolutionOutput($conf, $target);
4444
copy($target . '/lib/libpq.dll', $target . '/bin/libpq.dll');
4545
CopySetOfFiles('config files', "*.sample", $target . '/share/');
46+
CopyFiles(
47+
'Import libraries', $target .'/lib/',
48+
"$conf\\", "postgres\\postgres.lib",
49+
"libpq\\libpq.lib", "libecpg\\libecpg.lib"
50+
);
4651
CopySetOfFiles('timezone names', 'src\timezone\tznames\*.txt',$target . '/share/timezonesets/');
4752
CopyFiles(
4853
'timezone sets',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy