Use gendef instead of pexports for building windows .def files
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 10 Feb 2022 18:44:05 +0000 (13:44 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 10 Feb 2022 18:51:40 +0000 (13:51 -0500)
commiteec7c640fe5022b19b2dd82f739dc0c2c54cdbb8
tree67196d5fc0868a14bfa50889eea9a7e99e95b825
parentb3558cc96cd9714d879774d13c5bab12ef027864
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