summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-29 12:40:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-29 12:40:33 +0000
commit8899fb9a969fa88c299b393e69400017f7e21c93 (patch)
tree76c9fe97bb41c4f65082d211214b838c71b03441
parent36f1763694391acbf5cc13449dd5f31be817c805 (diff)
downloadMPC-8899fb9a969fa88c299b393e69400017f7e21c93.tar.gz
ChangeLogTag: Mon Aug 29 11:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--templates/nmakedll.mpt7
-rw-r--r--templates/nmakeexe.mpt7
2 files changed, 14 insertions, 0 deletions
diff --git a/templates/nmakedll.mpt b/templates/nmakedll.mpt
index 0af9ae7a..a11909e1 100644
--- a/templates/nmakedll.mpt
+++ b/templates/nmakedll.mpt
@@ -22,6 +22,13 @@ Win64 {
add_compile = /Wp64
}
+WinX86_64 {
+ machine_description = X86_64
+ machine = X64
+ cpu_defines = WIN64
+ add_compile = /Wp64
+}
+
Release {
type_code = 0x0102
use_debug_libraries = 0
diff --git a/templates/nmakeexe.mpt b/templates/nmakeexe.mpt
index 1bb60057..15d7dde0 100644
--- a/templates/nmakeexe.mpt
+++ b/templates/nmakeexe.mpt
@@ -25,6 +25,13 @@ Win64 {
add_compile = /Wp64
}
+WinX86_64 {
+ machine_description = X86_64
+ machine = X64
+ cpu_defines = WIN64
+ add_compile = /Wp64
+}
+
Release {
use_debug_libraries = 0
optimize = 1