Redo MSVC build implementation for pg_xlogdump.

Andrew Dunstan <andrew@dunslane.net>

Commit: a64e33f030f3ba379a0d3e22fe6bcda9dc3bbc60
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2013-02-25T17:00:53Z
Releases: 9.3.0
Redo MSVC build implementation for pg_xlogdump.

The previous commit didn't work on MSVC editions earlier than
Visual Studio 2011, apparently. This works by copying files into the
contrib directory, and making provision to clean them up, which should
work on all editions.

Files

PathChange+/−
src/tools/msvc/clean.bat modified +5 −0
src/tools/msvc/Mkvcbuild.pm modified +13 −4