Re: Remove MSVC scripts from the tree
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Michael Paquier <michael@paquier.xyz>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-29T09:26:55Z
Lists: pgsql-hackers
On 22.09.23 03:12, Michael Paquier wrote: > It has been mentioned a few times now that, as Meson has been > integrated in the tree, the next step would be to get rid of the > custom scripts in src/tools/msvc/ and moving forward only support > Meson when building with VS compilers. As far as I understand, nobody > has sent a patch to do that yet, so here is one. > > Please find attached a patch to move the needle in this sense. Your patch still leaves various mentions of Mkvcbuild.pm and Project.pm in other files, including in config/perl.m4 meson.build src/bin/pg_basebackup/Makefile src/bin/pgevent/meson.build src/common/Makefile src/common/meson.build src/interfaces/libpq/Makefile src/port/Makefile A few of these comments are like "see $otherfile for the reason", which means that if we delete $otherfile, we should move that information to a new site somehow.
Commits
-
Make win32tzlist.pl checkable again
- 8ddf9c1dc020 17.0 landed
-
meson: Make gzip and tar optional
- 9ca6e7b9411e 17.0 landed
-
meson: Make sed optional
- 9aa374dcfb76 17.0 landed
-
Remove MSVC scripts
- 1301c80b2167 17.0 landed
-
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
- 3849fe7c2ba7 17.0 landed