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

Commitb2c9b16

Browse files
committed
Properly build pg_recvlogical in the msvc build system
Michael Paquier
1 parenta0f9358 commitb2c9b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ sub mkvcbuild
375375
$pgreceivexlog->AddFile('src\bin\pg_basebackup\pg_receivexlog.c');
376376
$pgreceivexlog->AddLibrary('ws2_32.lib');
377377

378+
my$pgrecvlogical= AddSimpleFrontend('pg_basebackup', 1);
379+
$pgrecvlogical->{name} ='pg_recvlogical';
380+
$pgrecvlogical->AddFile('src\bin\pg_basebackup\pg_recvlogical.c');
381+
$pgrecvlogical->AddLibrary('ws2_32.lib');
382+
378383
my$pgconfig = AddSimpleFrontend('pg_config');
379384

380385
my$pgcontrol = AddSimpleFrontend('pg_controldata');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp