Generate the various .def files for libpq DLLs from a single list of
Tom Lane <tgl@sss.pgh.pa.us>
Generate the various .def files for libpq DLLs from a single list of exportable functions. The .def files are removed from CVS, but will still be present in distribution tarballs, since we can't assume that Windows boxes will have sed.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/blibpqdll.def | deleted | +0 −240 |
| src/interfaces/libpq/.cvsignore | added | +3 −0 |
| src/interfaces/libpq/exports.txt | added | +118 −0 |
| src/interfaces/libpq/libpqddll.def | deleted | +0 −121 |
| src/interfaces/libpq/libpqdll.def | deleted | +0 −121 |
| src/interfaces/libpq/Makefile | modified | +44 −4 |