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:37 +0000 (13:52 -0500)
commit622ab6a34f968610acfbc21d295530d2c5c83ac7
treea0b170cda43619d9f35f1101c97b21798c06faf4
parentf3653d7992358708baf401fcabb239b46d27942f
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