summaryrefslogtreecommitdiff
path: root/templates/em3vcpdll.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/em3vcpdll.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/em3vcpdll.mpt')
-rw-r--r--templates/em3vcpdll.mpt22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/em3vcpdll.mpt b/templates/em3vcpdll.mpt
index 5b1d4bf6..1527aae8 100644
--- a/templates/em3vcpdll.mpt
+++ b/templates/em3vcpdll.mpt
@@ -53,3 +53,25 @@ Debug {
lib_modifier = d
}
+MFC Release {
+ use_debug_libraries = 0
+ compile_flags = /W3 /O2 /Zi /Ob2
+ defines = NDEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ compile_flags_removed = /YX
+ output_dir = MFC_Release
+ intermediate_dir = MFC_Release
+ lib_modifier = mfc
+ use_mfc = 2
+}
+
+MFC Debug {
+ use_debug_libraries = 1
+ compile_flags = /W3 /Zi /Od
+ defines = _DEBUG ACE_HAS_MFC ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER
+ compile_flags_removed = /Fr /YX
+ output_dir = MFC_Debug
+ intermediate_dir = MFC_Debug
+ lib_modifier = mfcd
+ use_mfc = 2
+}
+