summaryrefslogtreecommitdiff
path: root/templates/em3vcpdllexe.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-08-25 16:15:31 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-08-25 16:15:31 +0000
commitf27bdfdca96aa2d2d0369d818bdf0fb5f13d9cfb (patch)
treea691b8e822db75bffd13d0f55b942dd3293b2714 /templates/em3vcpdllexe.mpt
parent9206108142b050b6d69cf5d469ad237d531d9f20 (diff)
downloadMPC-f27bdfdca96aa2d2d0369d818bdf0fb5f13d9cfb.tar.gz
ChangeLogTag: Mon Aug 25 11:13:28 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/em3vcpdllexe.mpt')
-rw-r--r--templates/em3vcpdllexe.mpt12
1 files changed, 8 insertions, 4 deletions
diff --git a/templates/em3vcpdllexe.mpt b/templates/em3vcpdllexe.mpt
index c8c66109..08f7a5a0 100644
--- a/templates/em3vcpdllexe.mpt
+++ b/templates/em3vcpdllexe.mpt
@@ -38,7 +38,8 @@ WCE ARM {
Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi
+ optimize = 1
+ compile_flags = /W3 /Zi
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -47,7 +48,8 @@ Release {
Debug {
use_debug_libraries = 1
- compile_flags = /W3 /Zi /Od
+ optimize =
+ compile_flags = /W3 /Zi
defines = _DEBUG
compile_flags_removed = /YX
output_dir = .
@@ -57,7 +59,8 @@ Debug {
MFC Release {
use_debug_libraries = 0
- compile_flags = /W3 /O2 /Zi
+ optimize = 1
+ compile_flags = /W3 /Zi
defines = NDEBUG _AFXDLL
compile_flags_removed = /YX
output_dir = MFC_Release
@@ -68,7 +71,8 @@ MFC Release {
MFC Debug {
use_debug_libraries = 1
- compile_flags = /W3 /Zi /Od
+ optimize =
+ compile_flags = /W3 /Zi
defines = _DEBUG _AFXDLL
compile_flags_removed = /YX
output_dir = MFC_Debug