summaryrefslogtreecommitdiff
path: root/templates/vc8lib.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-30 18:08:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-30 18:08:45 +0000
commitd505aec9ae80fb7c675cf749f7a74826f68c66ed (patch)
tree525eaa6ac4776f7e4bae6bc0e2bbec2dbd2dd7b4 /templates/vc8lib.mpt
parent0699bbbd41a76ed72364ce9ed6286a38d128abc6 (diff)
downloadMPC-d505aec9ae80fb7c675cf749f7a74826f68c66ed.tar.gz
ChangeLogTag: Mon Jan 30 12:07:35 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8lib.mpt')
-rw-r--r--templates/vc8lib.mpt20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/vc8lib.mpt b/templates/vc8lib.mpt
index d762b519..e29f3030 100644
--- a/templates/vc8lib.mpt
+++ b/templates/vc8lib.mpt
@@ -29,6 +29,26 @@ Debug {
lib_modifier = sd
}
+Memcheck Release {
+ optimize = 2
+ defines = NDEBUG
+ output_dir = Static_Release
+ intermediate_dir = Static_Release
+ lib_modifier = s
+ BasicRuntimeChecks = 0
+ FixedBaseAddress = 1
+}
+
+Memcheck Debug {
+ debug_prj = 1
+ defines = _DEBUG
+ output_dir = Static_Debug
+ intermediate_dir = Static_Debug
+ lib_modifier = sd
+ BasicRuntimeChecks = 0
+ FixedBaseAddress = 1
+}
+
MFC Release {
optimize = 2
defines = NDEBUG