summaryrefslogtreecommitdiff
path: root/templates/vc8platforms.mpt
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-02-14 22:07:40 +0000
committerSteve Huston <shuston@riverace.com>2006-02-14 22:07:40 +0000
commit110841271e9f71c932e328c4af26e98214198c4f (patch)
tree2b3eba17c19ce76beb44c6cc7f92d8ee030a74b1 /templates/vc8platforms.mpt
parentab84280658e3c7ddb84dd4efa66c5311d05aa0be (diff)
downloadMPC-110841271e9f71c932e328c4af26e98214198c4f.tar.gz
ChangeLogTag:Tue Feb 14 17:06:40 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'templates/vc8platforms.mpt')
-rw-r--r--templates/vc8platforms.mpt10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/vc8platforms.mpt b/templates/vc8platforms.mpt
index 2d4e2fbf..7d088598 100644
--- a/templates/vc8platforms.mpt
+++ b/templates/vc8platforms.mpt
@@ -4,18 +4,18 @@
// Any of these platforms can set using value_template platforms=
// when generating solutions/projects.
//
-//platforms = Win32 WinX86_64 "Pocket PC 2003 (ARMV4)" "Smartphone 2003 (ARMV4)" "Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" "Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
+//platforms = Win32 x64 "Pocket PC 2003 (ARMV4)" "Smartphone 2003 (ARMV4)" "Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" "Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
-platforms = Win32
+platforms = Win32 x64
default_platform = Win32
Win32 {
cpu_defines = _M_IX86
}
-WinX86_64 {
+x64 {
output_subdir = Win64
- cpu_defines = _M_AXP64
+ cpu_defines = _AMD64_
platform_defines = _WIN64
TargetMachine = "17"
link_options = /machine:AMD64
@@ -57,5 +57,3 @@ Windows Mobile 5.0 Smartphone SDK (ARMV4I) {
subsystem = "0"
TargetMachine = "3"
}
-
-