summaryrefslogtreecommitdiff
path: root/templates/vc6dsplibexe.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/vc6dsplibexe.mpt
parent701245c81dcff1a77edb027b55a361e4b0c168ee (diff)
downloadMPC-6c530a99735ac27e303824dfb8998a496a9f2dba.tar.gz
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'templates/vc6dsplibexe.mpt')
-rw-r--r--templates/vc6dsplibexe.mpt21
1 files changed, 12 insertions, 9 deletions
diff --git a/templates/vc6dsplibexe.mpt b/templates/vc6dsplibexe.mpt
index a618518a..2fd53c5e 100644
--- a/templates/vc6dsplibexe.mpt
+++ b/templates/vc6dsplibexe.mpt
@@ -1,34 +1,37 @@
+conditional_include "idl_compiler_win32"
+
type_description = "Console Application"
type_code = 0x0103
-configurations = "Static Release" "Static Debug"
-default_configuration = "Static Debug"
+configurations = Release Debug
+default_configuration = Debug
type_is_binary = 1
common_defines = WIN32 _CONSOLE
subsystem = console
ssl_libs = libeay32 ssleay32
zzip_libs = z zzip
-need_libflags = 1
+need_staticflags = 1
pdb = 1
-Static Release {
+
+Release {
use_debug_libraries = 0
compile_flags = /W3 /GX /O2 /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
lib_modifier = s
- output_dir = Static_Release
- intermediate_dir = Static_Release
+ output_dir = Release
+ intermediate_dir = Release
debug_switch =
}
-Static Debug {
+Debug {
use_debug_libraries = 1
compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy
defines = _DEBUG
compile_flags_removed = /YX
lib_modifier = sd
- output_dir = Static_Debug
- intermediate_dir = Static_Debug
+ output_dir = Debug
+ intermediate_dir = Debug
}
MFC Release {