Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bad51a49a4c0ee2dd87191f8aea5ca839c9dbf15
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-05-03T22:47:41Z
Releases: 11.0
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

Files

PathChange+/−
src/tools/msvc/clean.bat modified +3 −1
src/tools/msvc/Solution.pm modified +42 −24

Discussion