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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Consistently define BUILDING_DLL during builds of src/port for W
Дата
Msg-id E1WusLY-0002GM-Dj@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix typos in comments.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix typos in comments.