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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: De-special-case pgevent's rc file handling
Date: 2022-09-24 19:06:16
Message-ID: E1ocATf-001q1O-P2@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-24 20:51:30 pgsql: Remove uses of register due to incompatibility with C++17 and up
Previous Message Peter Eisentraut 2022-09-24 01:24:55 pgsql: Improve terminology