aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/README.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-26 11:27:16 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-26 11:29:36 +0200
commit05b2d9fe076233961ebf24e74d47c57cc0618bbb (patch)
treea4111281364e23cc0d6fc98b0a8f2c15965bd3c6 /build_msvc/README.md
parent460c6c724850f6bf1153000b060189332ebbdb35 (diff)
downloadbitcoin-05b2d9fe076233961ebf24e74d47c57cc0618bbb.tar.xz
build: Bump default `PlatformToolset` for Visual Studio 2022
Diffstat (limited to 'build_msvc/README.md')
-rw-r--r--build_msvc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md
index 3a27fa2f5d..d59942cb17 100644
--- a/build_msvc/README.md
+++ b/build_msvc/README.md
@@ -50,7 +50,7 @@ Building
1. Use Python to generate `*.vcxproj` for the Visual Studio 2022 toolchain from Makefile:
```cmd
-python build_msvc\msvc-autogen.py -toolset v143
+python build_msvc\msvc-autogen.py
```
2. An optional step is to adjust the settings in the `build_msvc` directory and the `common.init.vcxproj` file. This project file contains settings that are common to all projects such as the runtime library version and target Windows SDK version. The Qt directories can also be set. To specify a non-default path to a static Qt package directory, use the `QTBASEDIR` environment variable.