summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/nmakedll.mpt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/nmakedll.mpt')
-rw-r--r--bin/MakeProjectCreator/templates/nmakedll.mpt20
1 files changed, 17 insertions, 3 deletions
diff --git a/bin/MakeProjectCreator/templates/nmakedll.mpt b/bin/MakeProjectCreator/templates/nmakedll.mpt
index 3697f0ff94a..27af39ff54a 100644
--- a/bin/MakeProjectCreator/templates/nmakedll.mpt
+++ b/bin/MakeProjectCreator/templates/nmakedll.mpt
@@ -1,6 +1,20 @@
-configurations = Release Debug "Static Release" "Static Debug"
-common_defines = WIN32 _WINDOWS
-pch_defines = ACE_USING_PCH
+configurations = Release Debug "Static Release" "Static Debug"
+platforms = Win32
+default_configuration = Debug
+common_defines = WIN32 _WINDOWS
+pch_defines = ACE_USING_PCH
+
+Win32 {
+ machine_description = x86
+ machine = I386
+}
+
+Win64 {
+ machine_description = IA64
+ machine = IA64
+ cpu_defines = WIN64
+ add_compile = /Wp64
+}
Release {
type_code = 0x0102