summaryrefslogtreecommitdiff
path: root/templates/vc7exe.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/vc7exe.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/vc7exe.mpt')
-rw-r--r--templates/vc7exe.mpt44
1 files changed, 44 insertions, 0 deletions
diff --git a/templates/vc7exe.mpt b/templates/vc7exe.mpt
index 6af92074..e370fb5e 100644
--- a/templates/vc7exe.mpt
+++ b/templates/vc7exe.mpt
@@ -44,3 +44,47 @@ Static Debug {
runtime_library = 3
}
+MFC Release {
+ common_defines = WIN32 _WINDOWS
+ defines = NDEBUG _AFXDLL ACE_HAS_MFC
+ output_dir = MFC_Release
+ intermediate_dir = MFC_Release
+ lib_modifier = mfc
+ runtime_library = 2
+ use_mfc = 2
+}
+
+MFC Debug {
+ optimization = 0
+ debug = 1
+ common_defines = WIN32 _WINDOWS
+ defines = _DEBUG _AFXDLL ACE_HAS_MFC
+ output_dir = MFC_Debug
+ intermediate_dir = MFC_Debug
+ lib_modifier = mfcd
+ runtime_library = 3
+ use_mfc = 2
+}
+
+Static MFC Release {
+ defines = NDEBUG _AFXDLL ACE_HAS_MFC
+ 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 {
+ optimization = 0
+ debug = 1
+ defines = _DEBUG _AFXDLL ACE_HAS_MFC
+ output_dir = Static_MFC_Debug
+ intermediate_dir = Static_MFC_Debug
+ lib_modifier = mfcsd
+ need_libflags = 1
+ runtime_library = 3
+ use_mfc = 2
+}
+