summaryrefslogtreecommitdiff
path: root/templates/vc7dll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-07 17:28:03 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-07 17:28:03 +0000
commitc469b444b3470795b4414f73aad61dbc3fe2197e (patch)
treee546edbb704132ce0d6a621412995e3598264a13 /templates/vc7dll.mpt
parent37b63d8cd9689cde577d21811fee4f0c4d3c575c (diff)
downloadMPC-c469b444b3470795b4414f73aad61dbc3fe2197e.tar.gz
ChangeLogTag: Mon Apr 7 12:27:25 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7dll.mpt')
-rw-r--r--templates/vc7dll.mpt50
1 files changed, 50 insertions, 0 deletions
diff --git a/templates/vc7dll.mpt b/templates/vc7dll.mpt
index 731d11cb..af598438 100644
--- a/templates/vc7dll.mpt
+++ b/templates/vc7dll.mpt
@@ -48,3 +48,53 @@ Static Debug {
runtime_library = 3
}
+MFC Release {
+ type_is_dynamic = 1
+ type_is_binary = 1
+ defines = NDEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ output_dir = MFC_Release
+ intermediate_dir = MFC_Release
+ lib_modifier = mfc
+ runtime_library = 2
+ pdb = 1
+ use_mfc = 2
+}
+
+MFC Debug {
+ type_is_dynamic = 1
+ type_is_binary = 1
+ optimization = 0
+ debug = 1
+ defines = _DEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ output_dir = MFC_Debug
+ intermediate_dir = MFC_Debug
+ lib_modifier = mfcd
+ runtime_library = 3
+ pdb = 1
+ use_mfc = 2
+}
+
+Static MFC Release {
+ type_is_static = 1
+ defines = NDEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ output_dir = Static_MFC_Release
+ intermediate_dir = Static_MFC_Release
+ lib_modifier = mfcs
+ need_libflags = 1
+ runtime_library = 2
+ use_mfc = 2
+}
+
+Static MFC Debug {
+ type_is_static = 1
+ optimization = 0
+ debug = 1
+ defines = _DEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ output_dir = Static_MFC_Debug
+ intermediate_dir = Static_MFC_Debug
+ lib_modifier = mfcsd
+ need_libflags = 1
+ runtime_library = 3
+ use_mfc = 2
+}
+