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:56:55 +0000 (13:56 -0500)
commitc76164ea02aa3aebeff59d7d633a6107cb753772
tree1040e48b67b9f30506176519ea1e757f1380278b
parent927e235aa0f6ce598eee9f251e09653a015974d8
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