Use gendef instead of pexports for building windows .def files
authorAndrew Dunstan <[email protected]>
Thu, 10 Feb 2022 18:44:05 +0000 (13:44 -0500)
committerAndrew Dunstan <[email protected]>
Thu, 10 Feb 2022 18:52:05 +0000 (13:52 -0500)
commita5eef80c2c7c37177aac149b612234b90f6131ca
tree851e3e51b90c8487d8d06909f23d994325d75ea6
parent6da62ff14c57ec9ab68bc7fa590eca7b3d1bd671
Use gendef instead of pexports for building windows .def files

Modern msys systems lack pexports but have gendef instead, so use that.

Discussion: https://postgr.es/m/3ccde7a9-e4f9-e194-30e0-0936e6ad68ba@dunslane.net

Backpatch to release 9.4 to enable building with perl on older branches.
Before that pexports is not used for plperl.
src/pl/plperl/GNUmakefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile