summaryrefslogtreecommitdiff
path: root/templates/nmakedll.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/nmakedll.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/nmakedll.mpt')
-rw-r--r--templates/nmakedll.mpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/nmakedll.mpt b/templates/nmakedll.mpt
index f40a4cf5..3697f0ff 100644
--- a/templates/nmakedll.mpt
+++ b/templates/nmakedll.mpt
@@ -5,7 +5,7 @@ pch_defines = ACE_USING_PCH
Release {
type_code = 0x0102
use_debug_libraries = 0
- compile_flags = /W3 /GX /O2 /MD /Zi /Ob2
+ compile_flags = /W3 /GX /O2 /MD /Zi /Ob2 /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Release
@@ -19,7 +19,7 @@ Release {
Debug {
type_code = 0x0102
use_debug_libraries = 1
- compile_flags = /W3 /Gm /GX /Zi /Od /MDd /Gy
+ compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy
defines = _DEBUG
compile_flags_removed = /Fr /YX
intermediate_dir = Debug
@@ -34,7 +34,7 @@ Static Release {
type_description = "Static Library"
type_code = 0x0104
use_debug_libraries = 0
- compile_flags = /G5 /W3 /GX /O2 /MD /Zi
+ compile_flags = /G5 /W3 /GX /O2 /MD /Zi /GR
defines = NDEBUG
compile_flags_removed = /YX
output_dir = Static_Release
@@ -49,7 +49,7 @@ Static Debug {
type_description = "Static Library"
type_code = 0x0104
use_debug_libraries = 1
- compile_flags = /G5 /W3 /Gm /GX /Zi /Od /Gy /MDd
+ compile_flags = /G5 /W3 /Gm /GX /Zi /Od /GR /Gy /MDd
defines = _DEBUG
compile_flags_removed = /Fr /YX
output_dir = Static_Debug