summaryrefslogtreecommitdiff
path: root/templates/em3vcplib.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-05-28 18:07:43 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-05-28 18:07:43 +0000
commitc52295c3e40b34ad1218aec6d961e01669e469ec (patch)
tree76e8f6dfeb1ccf2733757b8188df6b4b690fac12 /templates/em3vcplib.mpt
parent0769af3aed7544d12e951e959162ce49c23f3b5d (diff)
downloadMPC-c52295c3e40b34ad1218aec6d961e01669e469ec.tar.gz
ChangeLogTag: Fri May 28 13:06:01 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/em3vcplib.mpt')
-rw-r--r--templates/em3vcplib.mpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/em3vcplib.mpt b/templates/em3vcplib.mpt
index e4fdfdb1..1153b659 100644
--- a/templates/em3vcplib.mpt
+++ b/templates/em3vcplib.mpt
@@ -5,9 +5,9 @@ conditional_include "common"
type_description = "Static Library"
platforms = "WCE ARM" "WCE ARMV4" "WCE x86" "WCE emulator"
-default_configuration = "Static Debug"
+default_configuration = Debug
default_platform = "WCE ARM"
-configurations = "Static Release" "Static Debug"
+configurations = Release Debug
common_defines = UNICODE _UNICODE
type_is_static = 1
need_staticflags = 1
@@ -48,7 +48,7 @@ WCE ARMV4 {
cpu_options = /QRxscale
}
-Static Release {
+Release {
use_debug_libraries = 0
optimize = 1
compile_flags = /W3
@@ -59,7 +59,7 @@ Static Release {
lib_modifier = s
}
-Static Debug {
+Debug {
use_debug_libraries = 1
optimize =
compile_flags = /W3 /Zi
@@ -71,7 +71,7 @@ Static Debug {
pdb = 1
}
-Static MFC Release {
+MFC Release {
use_debug_libraries = 0
optimize = 1
compile_flags = /W3
@@ -83,7 +83,7 @@ Static MFC Release {
use_mfc = 2
}
-Static MFC Debug {
+MFC Debug {
use_debug_libraries = 1
optimize =
compile_flags = /W3 /Zi