Merge pull request #127 from DOCGroup/jwillemsen-patch-1
[MPC.git] / templates / vc11platforms.mpt
blobd22efe963b201adce6175dbd85c8f8bb7d9e0441
1 // -*- MPC -*-
2 //
3 // Any of these platforms can set using value_template platforms=
4 // when generating solutions/projects.
5 //
6 //platforms = Win32 x64
8 platforms = Win32 x64
9 default_platform = Win32
10 PlatformToolset = v110
12 Win32 {
13   output_subdir    = I386
16 x64 {
17   output_subdir    = AMD64
18   cpu_defines      = _AMD64_
19   platform_defines = _WIN64
20   TargetMachine    = "0"             // We let VC++ figure it out for us.
21   link_options     = /machine:AMD64