summaryrefslogtreecommitdiff
path: root/templates/nmakeexe.mpt
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-02-15 23:01:07 +0000
committerSteve Huston <shuston@riverace.com>2006-02-15 23:01:07 +0000
commit5155657b585f9cd43bb4bfaa83dee22ac4145c20 (patch)
tree416a954ab354f984f4957e665d251977c28f23c6 /templates/nmakeexe.mpt
parentcbcb8031529f621c2dc3540d091dfffda2c9b2a1 (diff)
downloadMPC-5155657b585f9cd43bb4bfaa83dee22ac4145c20.tar.gz
ChangeLogTag:Wed Feb 15 17:56:02 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'templates/nmakeexe.mpt')
-rw-r--r--templates/nmakeexe.mpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/nmakeexe.mpt b/templates/nmakeexe.mpt
index 08aa6c29..472fd51d 100644
--- a/templates/nmakeexe.mpt
+++ b/templates/nmakeexe.mpt
@@ -25,10 +25,10 @@ Win64 {
add_compile = /Wp64
}
-WinX86_64 {
- machine_description = X86_64
+x64 {
+ machine_description = x64
machine = AMD64
- cpu_defines = _M_AXP64
+ cpu_defines = _M_AMD64 _AMD64_
add_compile = /Wp64
platform_defines = _WIN64
}