Обсуждение: pgsql: Consistently define BUILDING_DLL during builds of src/port for W

Поиск
Список
Период
Сортировка

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

От
Noah Misch
Дата:
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(+)