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

From Andres Freund
Subject pgsql: De-special-case pgevent's rc file handling
Date
Msg-id E1ocATf-001q1O-P2@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve terminology
Next
From: Andres Freund
Date:
Subject: pgsql: Remove uses of register due to incompatibility with C++17 and up