]> granicus.if.org Git - postgresql/commit
Clean up MinGW def file generation
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 20 Oct 2019 08:19:13 +0000 (10:19 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 20 Oct 2019 08:19:13 +0000 (10:19 +0200)
commitea9e06ac66d3e9584950f52878c8e4b71f963610
treebd758488b863558399f540299f1cded5c7291edc
parent5d3587d14b753cb25b0ebcd549d95e1b6ceebce4
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
src/Makefile.shlib
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/libpq/Makefile