Use gendef instead of pexports for building windows .def files

Andrew Dunstan <andrew@dunslane.net>

Commit: 92f60f536eceabcefb2528d4bf5366fef4a1536d
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2022-02-10T18:51:19Z
Releases: 14.3
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.

Files

PathChange+/−
src/pl/plperl/GNUmakefile modified +1 −1
src/pl/plpython/Makefile modified +1 −1
src/pl/tcl/Makefile modified +1 −1