postgresql/src/interfaces/ecpg/ecpglib
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
..
po Translation updates 2019-06-17 15:30:20 +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
connect.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
data.c Add bytea datatype to ECPG. 2019-02-18 10:20:31 +01:00
descriptor.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
ecpglib_extern.h Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
error.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
execute.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
exports.txt Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
memory.c Rename ecpg's various "extern.h" files to have distinct names. 2018-12-01 16:34:00 -05:00
misc.c Fix whitespace 2019-03-01 20:56:53 +01:00
nls.mk Remove removed file from nls.mk 2019-09-21 23:23:51 +02:00
prepare.c Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
sqlda.c Rename ecpg's various "extern.h" files to have distinct names. 2018-12-01 16:34:00 -05:00
typename.c Add bytea datatype to ECPG. 2019-02-18 10:20:31 +01:00