Consistently define BUILDING_DLL during builds of src/port for Windows.
authorNoah Misch <noah@leadboat.com>
Wed, 11 Jun 2014 23:50:41 +0000 (19:50 -0400)
committerNoah Misch <noah@leadboat.com>
Wed, 11 Jun 2014 23:50:41 +0000 (19:50 -0400)
commitbd31794df7dc53719740aa8e2ea1578ea2b87285
tree735753c63a4ac8c9974ed7a398b747d7242f0106
parentd098b236f301d8e805f3c4d7fe940230c65d7a88
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.
src/makefiles/Makefile.cygwin
src/makefiles/Makefile.win32