Make pg_dumpall build with the right object files under MSVC.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 28 Nov 2011 01:14:47 +0000 (20:14 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 28 Nov 2011 01:14:47 +0000 (20:14 -0500)
commit91572ee0a6dfeb62dda6c375f613d1b7fdfc1383
tree001ba5acbcea64fbdd197508c05f32bc8fe20ee4
parent9f4563f743eab0682f908d51fa3a9c630b31322d
Make pg_dumpall build with the right object files under MSVC.

This fixes a longstanding but up to now benign bug in the way pg_dumpall
was built. The bug was exposed by recent code adjustments. The Makefile
does not use $(OBJS) to build pg_dumpall, so this fix removes their source
files from the pg_dumpall object and adds in the one source file it
consequently needs.
src/tools/msvc/Mkvcbuild.pm