File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// Any of these platforms can set using value_template platforms=
44// when generating solutions/projects.
55//
6- //platforms = Win32 x64
6+ //platforms = Win32 x64 ARM ARM64
77
8- platforms = Win32 x64
8+ platforms = Win32 x64 ARM ARM64
99default_platform = Win32
1010PlatformToolset = v142
11- WindowsTargetPlatformVersion = 10.0
11+ WindowsTargetPlatformVersion = 10.0.17763.0
1212
1313Win32 {
1414 output_subdir = I386
2222 link_options = /machine:AMD64
2323}
2424
25+ ARM {
26+ output_subdir = ARM
27+ cpu_defines = _ARM_
28+ platform_defines = _ARM
29+ TargetMachine = "0" // We let VC++ figure it out for us.
30+ link_options = /machine:ARM
31+ }
32+
33+ ARM64 {
34+ output_subdir = ARM64
35+ cpu_defines = _ARM64_
36+ platform_defines = _ARM64
37+ TargetMachine = "0" // We let VC++ figure it out for us.
38+ link_options = /machine:ARM64
39+ }
You can’t perform that action at this time.
0 commit comments