summaryrefslogtreecommitdiff
path: root/templates/vc12platforms.mpt
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-10-29 12:31:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-10-29 12:31:11 +0000
commitdcdac2decdba4ef7f1c03f1db106a50abc68d705 (patch)
treee47ed19c2fe716c56ff67321ad774dc630105811 /templates/vc12platforms.mpt
parentc83727329ac00f54a0ac2d990b2f4d5d44ed2e95 (diff)
downloadMPC-dcdac2decdba4ef7f1c03f1db106a50abc68d705.tar.gz
Tue Oct 29 12:30:07 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* modules/VC12ProjectCreator.pm: * modules/VC12WorkspaceCreator.pm: * templates/vc12dll.mpt: * templates/vc12exe.mpt: * templates/vc12lib.mpt: * templates/vc12libexe.mpt: * templates/vc12platforms.mpt: Starter templates for vc12, needs some more work later, just now seperate templates and creators
Diffstat (limited to 'templates/vc12platforms.mpt')
-rw-r--r--templates/vc12platforms.mpt24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/vc12platforms.mpt b/templates/vc12platforms.mpt
new file mode 100644
index 00000000..8a7c0014
--- /dev/null
+++ b/templates/vc12platforms.mpt
@@ -0,0 +1,24 @@
+// -*- MPC -*-
+// $Id$
+//
+// Any of these platforms can set using value_template platforms=
+// when generating solutions/projects.
+//
+//platforms = Win32 x64
+
+platforms = Win32 x64
+default_platform = Win32
+PlatformToolset = v120
+
+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
+}
+