]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Un-break pg_basebackup's MSVC build.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2021 16:12:32 +0000 (12:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2021 16:12:48 +0000 (12:12 -0400)
commitd8bf0a1c1d3429cafb3019f2773e2f3aa68f3b65
tree3f4b8b9f8170b39340fb35c13088167417e3243d
parent57e3c5160b24e61758f817feb7aac152cd695c6f
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.
src/tools/msvc/Mkvcbuild.pm