Add MPC_LIB_MODIFIER
[MPC.git] / templates / vc12platforms.mpt
blob83f2e2de8532edbac6a3088680964e8ad8a8eb90
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 = v120
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