OSDN Git Service

Generate the various .def files for libpq DLLs from a single list of
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Oct 2004 20:10:57 +0000 (20:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Oct 2004 20:10:57 +0000 (20:10 +0000)
commit2a63c1602d9d7cc1cbde072ab29cf114f0d5466e
tree060949b4d0a4bf2970a76d0d756468a0b48df4c5
parentf68d05d5eccf951e848f92e166ad4c2d77887eb3
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.
src/interfaces/libpq/.cvsignore [new file with mode: 0644]
src/interfaces/libpq/Makefile
src/interfaces/libpq/blibpqdll.def [deleted file]
src/interfaces/libpq/exports.txt [new file with mode: 0644]
src/interfaces/libpq/libpqddll.def [deleted file]
src/interfaces/libpq/libpqdll.def [deleted file]