summaryrefslogtreecommitdiff
path: root/templates/vc7lib.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-02-23 21:37:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-02-23 21:37:58 +0000
commit9fd3d520abe5aa716477df5bd8e0d53d7e7e574c (patch)
tree0a58810b2ca30dc9d18b6f3d5da51907fa962941 /templates/vc7lib.mpt
parent4328ef23d4f7ba928513b253ba4e6ff94db7110e (diff)
downloadMPC-9fd3d520abe5aa716477df5bd8e0d53d7e7e574c.tar.gz
ChangeLogTag: Wed Feb 23 15:34:12 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7lib.mpt')
-rw-r--r--templates/vc7lib.mpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/vc7lib.mpt b/templates/vc7lib.mpt
index 5d8f257b..871feaed 100644
--- a/templates/vc7lib.mpt
+++ b/templates/vc7lib.mpt
@@ -6,7 +6,6 @@ conditional_include "common"
configurations = Release Debug
common_defines = WIN32 _WINDOWS
configuration_type = 4
-type_is_static = 1
use_lib_modifier = 1
Release {
@@ -15,7 +14,6 @@ Release {
output_dir = Static_Release
intermediate_dir = Static_Release
lib_modifier = s
- need_staticflags = 1
runtime_library = 2
}
@@ -25,7 +23,6 @@ Debug {
output_dir = Static_Debug
intermediate_dir = Static_Debug
lib_modifier = sd
- need_staticflags = 1
runtime_library = 3
pdbc = 1
}
@@ -36,7 +33,6 @@ MFC Release {
output_dir = Static_MFC_Release
intermediate_dir = Static_MFC_Release
lib_modifier = mfcs
- need_staticflags = 1
runtime_library = 2
use_mfc = 2
}
@@ -47,7 +43,6 @@ MFC Debug {
output_dir = Static_MFC_Debug
intermediate_dir = Static_MFC_Debug
lib_modifier = mfcsd
- need_staticflags = 1
runtime_library = 3
pdbc = 1
use_mfc = 2