Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut <peter@eisentraut.org>
Remove libpq.rc, use win32ver.rc for libpq For historical reasons, libpq used a separate libpq.rc file for the Windows builds while all other components use a common file win32ver.rc. With a bit of tweaking, the libpq build can also use the win32ver.rc file. This removes a bit of duplicative code. Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://www.postgresql.org/message-id/flat/ad505e61-a923-e114-9f38-9867d161073f@2ndquadrant.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pgevent/Makefile | modified | +0 −1 |
| src/interfaces/libpq/.gitignore | modified | +0 −1 |
| src/interfaces/libpq/libpq.rc.in | deleted | +0 −31 |
| src/interfaces/libpq/Makefile | modified | +4 −11 |
| src/makefiles/Makefile.win32 | modified | +11 −6 |
| src/port/win32ver.rc | modified | +7 −3 |
| src/tools/copyright.pl | modified | +0 −1 |
| src/tools/msvc/clean.bat | modified | +0 −1 |
| src/tools/msvc/Mkvcbuild.pm | modified | +0 −2 |
| src/tools/msvc/Project.pm | modified | +8 −0 |
| src/tools/msvc/Solution.pm | modified | +0 −21 |
| src/tools/version_stamp.pl | modified | +0 −7 |
Discussion
- Remove libpq.rc, use win32ver.rc for libpq 7 messages · 2019-12-27 → 2020-01-15