Mention support for MSVS 2022 in the documentation

Note that this support is still incomplete, notably we don't have
*_vc17.sln files yet and the official build scripts haven't been updated
to build MSVS 2022 binaries neither.
This commit is contained in:
Vadim Zeitlin
2021-08-26 00:02:51 +02:00
parent 8b06dd03aa
commit 5a6109fdce
5 changed files with 6 additions and 6 deletions

View File

@@ -248,7 +248,7 @@ with the vcXXX version number:
Visual Studio 2014 vc120
Visual Studio 2015 vc14x
The Visual Studio 2015, 2017 and 2019 are binary compatible, allowing the
The Visual Studio 2015, 2017, 2019 and 2022 are binary compatible, allowing the
vc14x binary to be used with any of them.
This will build all of the x86 and x64 binaries for the selected compiler version,