postgresql/src/interfaces/ecpg/pgtypeslib
Peter Eisentraut ea9e06ac66 Clean up MinGW def file generation
There were some leftovers from ancient ad-hoc ways to build on
Windows, prior to the standardization on MSVC and MinGW.  We don't
need to build a lib$(NAME)ddll.def (debug build, as opposed to
lib$(NAME)dll.def) for MinGW, since nothing uses that.  We also don't
need to build the regular .def file during distprep, since the MinGW
build environment is perfectly capable of creating that normally at
build time.

Discussion: https://www.postgresql.org/message-id/flat/0f9db9f8-47b8-a48b-6ccc-15b22b412316%402ndquadrant.com
2019-10-20 10:19:13 +02:00
..
.gitignore Build src/common files as a library with -fPIC. 2018-09-28 14:28:19 -04:00
Makefile Clean up MinGW def file generation 2019-10-20 10:19:13 +02:00
common.c Rename ecpg's various "extern.h" files to have distinct names. 2018-12-01 16:34:00 -05:00
datetime.c Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
dt.h Fix failure-to-compile-standalone in ecpg's dt.h. 2019-08-18 17:51:35 -04:00
dt_common.c Remove use of deprecated Autoconf define 2019-10-07 16:47:23 +02:00
exports.txt Add PGTYPESchar_free() to avoid cross-module problems on Windows. 2018-06-18 18:33:53 +12:00
interval.c Rename ecpg's various "extern.h" files to have distinct names. 2018-12-01 16:34:00 -05:00
numeric.c Rename ecpg's various "extern.h" files to have distinct names. 2018-12-01 16:34:00 -05:00
pgtypeslib_extern.h Rename ecpg's various "extern.h" files to have distinct names. 2018-12-01 16:34:00 -05:00
timestamp.c Remove use of deprecated Autoconf define 2019-10-07 16:47:23 +02:00