]> granicus.if.org Git - postgresql/commit
MSVC builds must use a separate stamp file for copying generated headers.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 May 2018 15:53:18 +0000 (11:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 May 2018 15:53:18 +0000 (11:53 -0400)
commita194106c1b4468c74dbf6e83d845be86239844aa
treef4bc7d847c0a3e79f18e06f5a6ee8b930a90b09f
parent3dacd9bf32873c80045a2b758d64c031d70dac83
MSVC builds must use a separate stamp file for copying generated headers.

Commit bad51a49a tried to use a shortcut with just one stamp file
recording the actions of generating the pg_*_d.h headers and copying
them to the src/include/catalog/ directory.  That doesn't work in all
scenarios though, so we must use two stamp files like the Makefiles do.

John Naylor

Discussion: https://postgr.es/m/CANFyU944GdHr=puPbA78STnqr=8kgMrGF-VDHck6aO_-qNDALg@mail.gmail.com
src/tools/msvc/Solution.pm
src/tools/msvc/clean.bat