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

Commitd38b5e6

Browse files
committed
Removed libpgfeutils.lib from Windows project
1 parent88fed2b commitd38b5e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎gen_probackup_project.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,10 @@ sub build_pgprobackup
196196
$probackup->AddIncludeDir("$currpath/src");
197197
$probackup->AddIncludeDir("$currpath/src/utils");
198198

199-
$probackup->AddReference($libpq,$libpgfeutils,$libpgcommon,$libpgport);
199+
# $probackup->AddReference($libpq, $libpgfeutils, $libpgcommon, $libpgport);
200+
$probackup->AddReference($libpq,$libpgcommon,$libpgport);
200201
$probackup->AddLibrary('ws2_32.lib');
202+
$probackup->AddLibrary('advapi32.lib');
201203

202204
$probackup->Save();
203205
return$solution->{vcver};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp