]> granicus.if.org Git - postgresql/commit
Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 May 2018 22:47:41 +0000 (18:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 May 2018 22:47:41 +0000 (18:47 -0400)
commitbad51a49a4c0ee2dd87191f8aea5ca839c9dbf15
treeb2540aee3316db5f618751358392213cd21dd1e6
parent1f1cd9b5ddc6e7464c1c7416bcce7007fe3bc88c
Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.

We need to use a stamp file to record the runs of these scripts, as
is done on the Unix side.  I think I got it right, but can't test.

While at it, extend this handmade dependency logic to also check the
generating script files, as the makefiles do.

Discussion: https://postgr.es/m/16925.1525376229@sss.pgh.pa.us
src/tools/msvc/Solution.pm
src/tools/msvc/clean.bat