pgsql: De-special-case pgevent's rc file handling

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: De-special-case pgevent's rc file handling
Дата
Msg-id E1ocATf-001q1O-P2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
De-special-case pgevent's rc file handling

There's really no need to build win32ver.rc as part of building
pgmsgevent.rc. This will make it sligthly easier to add rc file generation to
the meson build.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eef63941c127bcfbc278445b85cf3d9dd9e323b0

Modified Files
--------------
src/bin/pgevent/Makefile      | 5 +++--
src/bin/pgevent/pgmsgevent.rc | 2 --
src/tools/msvc/Mkvcbuild.pm   | 1 -
3 files changed, 3 insertions(+), 5 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve terminology
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove uses of register due to incompatibility with C++17 and up