summaryrefslogtreecommitdiff
path: root/templates/vc7dll.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/vc7dll.mpt
parent701245c81dcff1a77edb027b55a361e4b0c168ee (diff)
downloadMPC-6c530a99735ac27e303824dfb8998a496a9f2dba.tar.gz
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'templates/vc7dll.mpt')
-rw-r--r--templates/vc7dll.mpt10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/vc7dll.mpt b/templates/vc7dll.mpt
index 96b65d1c..8e00dfa0 100644
--- a/templates/vc7dll.mpt
+++ b/templates/vc7dll.mpt
@@ -1,3 +1,5 @@
+conditional_include "idl_compiler_win32"
+
configurations = Release Debug "Static Release" "Static Debug"
common_defines = WIN32 _WINDOWS
ssl_libs = libeay32 ssleay32
@@ -32,7 +34,7 @@ Static Release {
output_dir = Static_Release
intermediate_dir = Static_Release
lib_modifier = s
- need_libflags = 1
+ need_staticflags = 1
runtime_library = 2
}
@@ -44,7 +46,7 @@ Static Debug {
output_dir = Static_Debug
intermediate_dir = Static_Debug
lib_modifier = sd
- need_libflags = 1
+ need_staticflags = 1
runtime_library = 3
}
@@ -80,7 +82,7 @@ Static MFC Release {
output_dir = Static_MFC_Release
intermediate_dir = Static_MFC_Release
lib_modifier = mfcs
- need_libflags = 1
+ need_staticflags = 1
runtime_library = 2
use_mfc = 2
}
@@ -93,7 +95,7 @@ Static MFC Debug {
output_dir = Static_MFC_Debug
intermediate_dir = Static_MFC_Debug
lib_modifier = mfcsd
- need_libflags = 1
+ need_staticflags = 1
runtime_library = 3
use_mfc = 2
}