Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87564ff

Browse files
committed
Install import libraries used to link to libpq, ecpg and the backend.
1 parentf1a596b commit87564ff

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)

[8]ページ先頭

©2009-2025 Movatter.jp