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

Commitd8bf0a1

Browse files
committed
Un-break pg_basebackup's MSVC build.
Commit23a1c65 thought it'd be cute to refactorpg_basebackup/Makefile with a new variable BBOBJS,but our MSVC build system knows nothing of that.Per buildfarm.
1 parent57e3c51 commitd8bf0a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,11 @@ sub mkvcbuild
373373
}
374374

375375
my$pgbasebackup = AddSimpleFrontend('pg_basebackup', 1);
376+
# This list of files has to match BBOBJS in pg_basebackup's Makefile.
376377
$pgbasebackup->AddFile('src/bin/pg_basebackup/pg_basebackup.c');
378+
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_file.c');
379+
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_inject.c');
380+
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_tar.c');
377381
$pgbasebackup->AddLibrary('ws2_32.lib');
378382

379383
my$pgreceivewal = AddSimpleFrontend('pg_basebackup', 1);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp