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

Noah Misch <noah@leadboat.com>

Commit: bd31794df7dc53719740aa8e2ea1578ea2b87285
Author: Noah Misch <noah@leadboat.com>
Date: 2014-06-11T23:50:41Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/makefiles/Makefile.cygwin modified +4 −0
src/makefiles/Makefile.win32 modified +4 −0