summaryrefslogtreecommitdiff
path: root/templates/vs2017platforms.mpt
blob: 811dedf3030433e0596a2cf7883e699c9c3c2ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// -*- MPC -*-
//
// Any of these platforms can set using value_template platforms=
// when generating solutions/projects.
//
//platforms = Win32 x64

platforms = Win32 x64
default_platform = Win32
PlatformToolset = v141
WindowsTargetPlatformVersion = 10.0.17763.0

Win32 {
  output_subdir    = I386
}

x64 {
  output_subdir    = AMD64
  cpu_defines      = _AMD64_
  platform_defines = _WIN64
  TargetMachine    = "0"             // We let VC++ figure it out for us.
  link_options     = /machine:AMD64
}