pgsql: Consistently define BUILDING_DLL during builds of src/port for W

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Consistently define BUILDING_DLL during builds of src/port for W
Date: 2014-06-11 23:54:24
Message-ID: E1WusLY-0002GM-Dj@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Consistently define BUILDING_DLL during builds of src/port for Windows.

The MSVC build process already did so; this fixes the principal build
process to match. Both processes already did likewise for src/common.
This lets server builds of src/port reference postgres.exe data symbols.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bd31794df7dc53719740aa8e2ea1578ea2b87285

Modified Files
--------------
src/makefiles/Makefile.cygwin | 4 ++++
src/makefiles/Makefile.win32 | 4 ++++
2 files changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-06-12 11:32:20 pgsql: Consistency improvements for slot and decoding code.
Previous Message Fujii Masao 2014-06-11 12:10:29 pgsql: Fix typos in comments.