]> granicus.if.org Git - postgresql/commit
Make pg_xlogdump MSVC build work more like others.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 21 Mar 2015 09:53:47 +0000 (11:53 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 21 Mar 2015 09:56:48 +0000 (11:56 +0200)
commit1933a5bbc883fd2697c42d82ae12f2d585559b23
tree21a5828fff1891b85e2f157e4dd95eb699920674
parent30a5ce8f5da15174f85619963ca0a07e6343f821
Make pg_xlogdump MSVC build work more like others.

Instead of copying xlogreader.c and *desc.c files into the source directory,
build them where they are. That's what we do for other binaries that need to
compile and link in files from elsewhere in the source tree.

The commit history suggests that it was done this way because of issues with
older versions of MSVC. I think this should work, but we'll see if the
buildfarm complains.
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/clean.bat