summaryrefslogtreecommitdiff
path: root/templates/em3vcpdllexe.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-01-25 18:40:10 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-01-25 18:40:10 +0000
commit8e7c463aa26ba00913328af030cd9571e102624f (patch)
tree5673739ee350e6e56a553670e395bbe2abdefd98 /templates/em3vcpdllexe.mpt
parent194ffe12d8a3f87f4b2d435e4eb2a0e3b83909af (diff)
downloadMPC-8e7c463aa26ba00913328af030cd9571e102624f.tar.gz
ChangeLogTag: Tue Jan 25 12:38:57 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/em3vcpdllexe.mpt')
-rw-r--r--templates/em3vcpdllexe.mpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/em3vcpdllexe.mpt b/templates/em3vcpdllexe.mpt
index 9784c175..7b8f831c 100644
--- a/templates/em3vcpdllexe.mpt
+++ b/templates/em3vcpdllexe.mpt
@@ -52,7 +52,7 @@ WCE ARMV4 {
Release {
use_debug_libraries = 0
optimize = 1
- compile_flags = /W3
+ compile_flags = /W3 /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -62,7 +62,7 @@ Release {
Debug {
use_debug_libraries = 1
optimize =
- compile_flags = /W3 /Zi
+ compile_flags = /W3 /Gm /Zi /GR /Gy
defines = _DEBUG
compile_flags_removed = /YX
output_dir = .
@@ -73,7 +73,7 @@ Debug {
MFC Release {
use_debug_libraries = 0
optimize = 1
- compile_flags = /W3
+ compile_flags = /W3 /GR
defines = NDEBUG _AFXDLL
compile_flags_removed = /YX
output_dir = MFC_Release
@@ -85,7 +85,7 @@ MFC Release {
MFC Debug {
use_debug_libraries = 1
optimize =
- compile_flags = /W3 /Zi
+ compile_flags = /W3 /Gm /Zi /GR /Gy
defines = _DEBUG _AFXDLL
compile_flags_removed = /YX
output_dir = MFC_Debug