@@ -17,18 +17,29 @@ in a visual format that is easy to understand and manipulate.
17
17
### Visual Studio 2017
18
18
19
19
* * Community* , * Professional* or * Enterprise* Edition
20
- * VC++ 2017 v141 toolset
20
+ * VC++ 2017 latest v141 tools
21
+ * Visual C++ compilers and libraries for (ARM, ARM64)
21
22
* Windows XP support for C++
22
- * MFC and ATL support
23
+ * Visual C++ MFC for (x86 and x64, ARM, ARM64)
24
+ * Visual C++ ATL for (x86 and x64, ARM, ARM64)
23
25
* Windows 10 SDK
24
26
25
27
### Visual Studio 2019
26
28
27
29
* * Community* , * Professional* or * Enterprise* Edition
28
- * MSVC v142 Buildtools
29
- * C++ MFC for v142 Buildtools
30
+ * MSVC v142 - VS 2019 C++ (x64/x86, ARM, ARM64) build tools (Latest)
31
+ * C++ MFC for latest v142 build tools (x86 & x64, ARM, ARM64)
32
+ * C++ ATL for latest v142 build tools (x86 & x64, ARM, ARM64)
30
33
* Windows 10 SDK
31
34
35
+ ### Visual Studio 2022
36
+
37
+ * * Community* , * Professional* or * Enterprise* Edition
38
+ * MSVC v143 Buildtools (x64/x86, ARM, ARM64)
39
+ * C++ MFC for latest v143 build tools (x64/x86, ARM, ARM64)
40
+ * C++ ATL for latest v143 build tools (x64/x86, ARM, ARM64)
41
+ * Windows 10 SDK
42
+
32
43
### Other utilities/programs
33
44
34
45
* git
@@ -45,7 +56,7 @@ cd winmerge
45
56
git submodule init
46
57
git submodule update
47
58
DownloadDeps.cmd
48
- BuildAll.vs2019 .cmd or BuildAll.vs2017.cmd
59
+ BuildAll.vs2022 .cmd [x86|x64|ARM|ARM64] or BuildAll.vs2019.cmd [x86|x64|ARM|ARM64] or BuildAll.vs2017.cmd [x86|x64|ARM|ARM64]
49
60
~~~
50
61
51
62
## Folder Structure
0 commit comments