]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add support for Visual Studio 2022 in build scripts
authorMichael Paquier <michael@paquier.xyz>
Wed, 24 Nov 2021 04:04:07 +0000 (13:04 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 24 Nov 2021 04:04:07 +0000 (13:04 +0900)
commit1061e41ff9ae204d1e0097e8a95d0c2d8a7d4201
tree568b544587d3516a680c11b80e7ea01029fb9ee9
parent54619a25df7c849d652a75ad990591a7821d9f2f
Add support for Visual Studio 2022 in build scripts

Documentation and any code paths related to VS are updated to keep the
whole consistent.  Similarly to 2017 and 2019, the version of VS and the
version of nmake that we use to determine which code paths to use for
the build are still inconsistent in their own way.

Backpatch down to 10, so as buildfarm members are able to use this new
version of Visual Studio on all the stable branches supported.

Author: Hans Buschmann
Discussion: https://postgr.es/m/1633101364685.39218@nidsa.net
Backpatch-through: 10
doc/src/sgml/install-windows.sgml
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/README
src/tools/msvc/Solution.pm
src/tools/msvc/VSObjectFactory.pm