pgsql: Get rid of use of dlltool in Mingw builds.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get rid of use of dlltool in Mingw builds.
Date: 2014-02-11 17:56:29
Message-ID: E1WDHZN-0005y9-3M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Get rid of use of dlltool in Mingw builds.

We are almost completely out of the dlltool game, if this works.

Hiroshi Inoue

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/846e91e0223cf9f2821c3ad4dfffffbb929cb027

Modified Files
--------------
src/Makefile.shlib | 41 ++++++++++++++++++++---------------------
src/backend/Makefile | 16 ++++------------
src/makefiles/Makefile.win32 | 4 +---
3 files changed, 25 insertions(+), 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-11 17:59:53 pgsql: Flush a stray definition of $(DLLTOOL).
Previous Message Tom Lane 2014-02-11 17:10:59 pgsql: Cygwin build fixes.