summaryrefslogtreecommitdiff
path: root/templates/nmakedll.mpt
diff options
context:
space:
mode:
authormichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2003-06-25 16:08:42 +0000
committermichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2003-06-25 16:08:42 +0000
commit6c530a99735ac27e303824dfb8998a496a9f2dba (patch)
treec3c45d01a1dbfa408e2f53e1ed35ebf29b52700f /templates/nmakedll.mpt
parent701245c81dcff1a77edb027b55a361e4b0c168ee (diff)
downloadMPC-6c530a99735ac27e303824dfb8998a496a9f2dba.tar.gz
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'templates/nmakedll.mpt')
-rw-r--r--templates/nmakedll.mpt10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/nmakedll.mpt b/templates/nmakedll.mpt
index 1e45e05b..3c514b15 100644
--- a/templates/nmakedll.mpt
+++ b/templates/nmakedll.mpt
@@ -1,3 +1,5 @@
+conditional_include "idl_compiler_win32"
+
configurations = Release Debug "Static Release" "Static Debug"
platforms = Win32
default_configuration = Debug
@@ -59,7 +61,7 @@ Static Release {
lib_modifier = s
debug_switch =
type_is_static = 1
- need_libflags = 1
+ need_staticflags = 1
}
Static Debug {
@@ -73,7 +75,7 @@ Static Debug {
intermediate_dir = Static_Debug
lib_modifier = sd
type_is_static = 1
- need_libflags = 1
+ need_staticflags = 1
}
MFC Release {
@@ -121,7 +123,7 @@ Static MFC Release {
lib_modifier = mfcs
debug_switch =
type_is_static = 1
- need_libflags = 1
+ need_staticflags = 1
}
Static MFC Debug {
@@ -135,7 +137,7 @@ Static MFC Debug {
intermediate_dir = Static_MFC_Debug
lib_modifier = mfcsd
type_is_static = 1
- need_libflags = 1
+ need_staticflags = 1
}
conditional_include "vcfullmacros"