pgsql: Finish adding file version information to installed Windows bina

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Finish adding file version information to installed Windows bina
Дата
Msg-id E1XJZoI-0002vf-7k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Finish adding file version information to installed Windows binaries.

In support of this, have the MSVC build follow GNU make in preferring
GNUmakefile over Makefile when a directory contains both.

Michael Paquier, reviewed by MauMau.

Branch
------
master

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

Modified Files
--------------
src/backend/snowball/Makefile     |    5 ++++-
src/interfaces/ecpg/test/Makefile |    5 +++--
src/test/isolation/Makefile       |    7 +++++--
src/test/regress/GNUmakefile      |    7 +++++--
src/timezone/Makefile             |    5 ++++-
src/tools/msvc/Mkvcbuild.pm       |   15 ++++++++++++---
src/tools/msvc/Project.pm         |   38 ++++++++++++++++++++++++++-----------
src/tools/msvc/clean.bat          |    6 ++++++
8 files changed, 66 insertions(+), 22 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Make pg_service.conf sample LDIF more portable.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Install libpq DLL with $(INSTALL_SHLIB).