summaryrefslogtreecommitdiff
path: root/templates/vc6dspdllexe.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/vc6dspdllexe.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/vc6dspdllexe.mpt')
-rw-r--r--templates/vc6dspdllexe.mpt12
1 files changed, 8 insertions, 4 deletions
diff --git a/templates/vc6dspdllexe.mpt b/templates/vc6dspdllexe.mpt
index c90e398b..1496559c 100644
--- a/templates/vc6dspdllexe.mpt
+++ b/templates/vc6dspdllexe.mpt
@@ -11,7 +11,8 @@ pdb = 1
Release {
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD /GR
+ optimize = 1
+ compile_flags = /W3 /GX /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -21,7 +22,8 @@ Release {
Debug {
use_debug_libraries = 1
- compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy
+ optimize =
+ compile_flags = /W3 /Gm /GX /Zi /MDd /GR /Gy
defines = _DEBUG
compile_flags_removed = /YX
intermediate_dir = Debug
@@ -32,7 +34,8 @@ Debug {
MFC Release {
subsystem = windows
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD /GR
+ optimize = 1
+ compile_flags = /W3 /GX /MD /GR
common_defines = WIN32 _WINDOWS
defines = NDEBUG _AFXDLL
compile_flags_removed = /YX
@@ -46,7 +49,8 @@ MFC Release {
MFC Debug {
subsystem = windows
use_debug_libraries = 1
- compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy
+ optimize =
+ compile_flags = /W3 /Gm /GX /Zi /MDd /GR /Gy
common_defines = WIN32 _WINDOWS
defines = _DEBUG _AFXDLL
compile_flags_removed = /YX