summaryrefslogtreecommitdiff
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
parent188990140fb1303895790867583a2303a825a01b (diff)
downloadMPC-cec748185e94752af740feaa77ef23940d530fbd.tar.gz
ChangeLogTag: Wed Aug 28 11:21:04 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/em3vcpdll.mpt4
-rw-r--r--templates/em3vcpdllexe.mpt2
-rw-r--r--templates/em3vcplib.mpt4
-rw-r--r--templates/em3vcplibexe.mpt2
-rw-r--r--templates/nmakedll.mpt8
-rw-r--r--templates/nmakeexe.mpt4
-rw-r--r--templates/vc6dspdll.mpt4
-rw-r--r--templates/vc6dspdllexe.mpt2
-rw-r--r--templates/vc6dsplib.mpt4
-rw-r--r--templates/vc6dsplibexe.mpt2
10 files changed, 18 insertions, 18 deletions
diff --git a/templates/em3vcpdll.mpt b/templates/em3vcpdll.mpt
index 7cff5904..de108810 100644
--- a/templates/em3vcpdll.mpt
+++ b/templates/em3vcpdll.mpt
@@ -27,7 +27,7 @@ WCE ARM {
Release {
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
@@ -36,7 +36,7 @@ Release {
Debug {
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
diff --git a/templates/em3vcpdllexe.mpt b/templates/em3vcpdllexe.mpt
index 49c10e67..1bbeb792 100644
--- a/templates/em3vcpdllexe.mpt
+++ b/templates/em3vcpdllexe.mpt
@@ -27,7 +27,7 @@ WCE ARM {
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
diff --git a/templates/em3vcplib.mpt b/templates/em3vcplib.mpt
index 15885196..66b51d95 100644
--- a/templates/em3vcplib.mpt
+++ b/templates/em3vcplib.mpt
@@ -27,7 +27,7 @@ WCE ARM {
Static Release {
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
@@ -37,7 +37,7 @@ Static Release {
Static Debug {
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
diff --git a/templates/em3vcplibexe.mpt b/templates/em3vcplibexe.mpt
index 872751a6..99102c43 100644
--- a/templates/em3vcplibexe.mpt
+++ b/templates/em3vcplibexe.mpt
@@ -27,7 +27,7 @@ WCE ARM {
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
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
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
diff --git a/templates/vc6dspdll.mpt b/templates/vc6dspdll.mpt
index 965ce8a4..a72da435 100644
--- a/templates/vc6dspdll.mpt
+++ b/templates/vc6dspdll.mpt
@@ -7,7 +7,7 @@ ssl_libs = libeay32 ssleay32
Release {
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
@@ -17,7 +17,7 @@ Release {
Debug {
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
diff --git a/templates/vc6dspdllexe.mpt b/templates/vc6dspdllexe.mpt
index 9f9926f0..43bd61ac 100644
--- a/templates/vc6dspdllexe.mpt
+++ b/templates/vc6dspdllexe.mpt
@@ -9,7 +9,7 @@ ssl_libs = libeay32 ssleay32
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
diff --git a/templates/vc6dsplib.mpt b/templates/vc6dsplib.mpt
index dd525bbe..97cc48ec 100644
--- a/templates/vc6dsplib.mpt
+++ b/templates/vc6dsplib.mpt
@@ -9,7 +9,7 @@ pch_defines = ACE_USING_PCH
Static Release {
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
@@ -20,7 +20,7 @@ Static Release {
Static Debug {
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
diff --git a/templates/vc6dsplibexe.mpt b/templates/vc6dsplibexe.mpt
index c3cd0597..81f47c1b 100644
--- a/templates/vc6dsplibexe.mpt
+++ b/templates/vc6dsplibexe.mpt
@@ -11,7 +11,7 @@ need_libflags = 1
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