summaryrefslogtreecommitdiff
path: root/templates/vc7dll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-10-31 13:42:25 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-10-31 13:42:25 +0000
commitda99effcf978b0f8b7619c7e47774b596ec6c1eb (patch)
treee45f766cd0cc6f3f8796b2d95f6a19ca6f378046 /templates/vc7dll.mpt
parent13932569225540750276d0faa77e15ab9a72bca7 (diff)
downloadMPC-da99effcf978b0f8b7619c7e47774b596ec6c1eb.tar.gz
ChangeLogTag: Fri Oct 31 07:38:40 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7dll.mpt')
-rw-r--r--templates/vc7dll.mpt12
1 files changed, 8 insertions, 4 deletions
diff --git a/templates/vc7dll.mpt b/templates/vc7dll.mpt
index 634d09fb..11927ee0 100644
--- a/templates/vc7dll.mpt
+++ b/templates/vc7dll.mpt
@@ -35,7 +35,8 @@ Static Release {
output_dir = Static_Release
intermediate_dir = Static_Release
lib_modifier = s
- need_staticflags = 1
+ need_staticflags = 1
+ configuration_type = 4
runtime_library = 2
}
@@ -47,7 +48,8 @@ Static Debug {
output_dir = Static_Debug
intermediate_dir = Static_Debug
lib_modifier = sd
- need_staticflags = 1
+ need_staticflags = 1
+ configuration_type = 4
runtime_library = 3
}
@@ -85,7 +87,8 @@ Static MFC Release {
output_dir = Static_MFC_Release
intermediate_dir = Static_MFC_Release
lib_modifier = mfcs
- need_staticflags = 1
+ need_staticflags = 1
+ configuration_type = 4
runtime_library = 2
use_mfc = 2
}
@@ -98,7 +101,8 @@ Static MFC Debug {
output_dir = Static_MFC_Debug
intermediate_dir = Static_MFC_Debug
lib_modifier = mfcsd
- need_staticflags = 1
+ need_staticflags = 1
+ configuration_type = 4
runtime_library = 3
use_mfc = 2
}