summaryrefslogtreecommitdiff
path: root/templates/nmakeexe.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-08-28 16:23:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-08-28 16:23:57 +0000
commitcec748185e94752af740feaa77ef23940d530fbd (patch)
treee82c20d12ac128847c24581ff915e2f2f8d7eec2 /templates/nmakeexe.mpt
parent188990140fb1303895790867583a2303a825a01b (diff)
downloadMPC-cec748185e94752af740feaa77ef23940d530fbd.tar.gz
ChangeLogTag: Wed Aug 28 11:21:04 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmakeexe.mpt')
-rw-r--r--templates/nmakeexe.mpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/nmakeexe.mpt b/templates/nmakeexe.mpt
index 931e813f..209ac434 100644
--- a/templates/nmakeexe.mpt
+++ b/templates/nmakeexe.mpt
@@ -8,7 +8,7 @@ pch_defines = ACE_USING_PCH
Release {
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD
+ compile_flags = /W3 /GX /O2 /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -30,7 +30,7 @@ Debug {
Static Release {
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD
+ compile_flags = /W3 /GX /O2 /MD /GR
defines = NDEBUG
compile_flags_removed = /YX
lib_modifier = s