mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Un-break pg_basebackup's MSVC build.
Commit 23a1c6578
thought it'd be cute to refactor
pg_basebackup/Makefile with a new variable BBOBJS,
but our MSVC build system knows nothing of that.
Per buildfarm.
This commit is contained in:
@ -373,7 +373,11 @@ sub mkvcbuild
|
||||
}
|
||||
|
||||
my $pgbasebackup = AddSimpleFrontend('pg_basebackup', 1);
|
||||
# This list of files has to match BBOBJS in pg_basebackup's Makefile.
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/pg_basebackup.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_file.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_inject.c');
|
||||
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_tar.c');
|
||||
$pgbasebackup->AddLibrary('ws2_32.lib');
|
||||
|
||||
my $pgreceivewal = AddSimpleFrontend('pg_basebackup', 1);
|
||||
|
Reference in New Issue
Block a user