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
commitaea637296dc2c5aa68db88be951498befc29b241 (patch)
tree1973039dd49624d68d94283138fa4b740a6a1ec8
parentbdf532ca60b70b7b26694578d67b1788465fdc0c (diff)
downloadATCD-aea637296dc2c5aa68db88be951498befc29b241.tar.gz
ChangeLogTag: Wed Aug 28 11:21:04 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLogs/ChangeLog-03a15
-rw-r--r--bin/MakeProjectCreator/templates/em3vcpdll.mpt4
-rw-r--r--bin/MakeProjectCreator/templates/em3vcpdllexe.mpt2
-rw-r--r--bin/MakeProjectCreator/templates/em3vcplib.mpt4
-rw-r--r--bin/MakeProjectCreator/templates/em3vcplibexe.mpt2
-rw-r--r--bin/MakeProjectCreator/templates/nmakedll.mpt8
-rw-r--r--bin/MakeProjectCreator/templates/nmakeexe.mpt4
-rw-r--r--bin/MakeProjectCreator/templates/vc6dspdll.mpt4
-rw-r--r--bin/MakeProjectCreator/templates/vc6dspdllexe.mpt2
-rw-r--r--bin/MakeProjectCreator/templates/vc6dsplib.mpt4
-rw-r--r--bin/MakeProjectCreator/templates/vc6dsplibexe.mpt2
12 files changed, 48 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index f04559e34d3..5d34ac221bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Wed Aug 28 11:21:04 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/em3vcpdll.mpt:
+ * bin/MakeProjectCreator/templates/em3vcpdllexe.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplib.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplibexe.mpt:
+ * bin/MakeProjectCreator/templates/nmakedll.mpt:
+ * bin/MakeProjectCreator/templates/nmakeexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdll.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdllexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplib.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplibexe.mpt:
+
+ Enabled RTTI for all VC based template input files.
+
Wed Aug 28 06:18:35 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace: Removed the config-sunos5.8-sunc++-5.4.h file since these
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index f04559e34d3..5d34ac221bb 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,18 @@
+Wed Aug 28 11:21:04 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/em3vcpdll.mpt:
+ * bin/MakeProjectCreator/templates/em3vcpdllexe.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplib.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplibexe.mpt:
+ * bin/MakeProjectCreator/templates/nmakedll.mpt:
+ * bin/MakeProjectCreator/templates/nmakeexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdll.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdllexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplib.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplibexe.mpt:
+
+ Enabled RTTI for all VC based template input files.
+
Wed Aug 28 06:18:35 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace: Removed the config-sunos5.8-sunc++-5.4.h file since these
diff --git a/bin/MakeProjectCreator/templates/em3vcpdll.mpt b/bin/MakeProjectCreator/templates/em3vcpdll.mpt
index 7cff5904b7b..de108810fa5 100644
--- a/bin/MakeProjectCreator/templates/em3vcpdll.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt b/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt
index 49c10e676b4..1bbeb7928a7 100644
--- a/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/em3vcplib.mpt b/bin/MakeProjectCreator/templates/em3vcplib.mpt
index 15885196b55..66b51d95b94 100644
--- a/bin/MakeProjectCreator/templates/em3vcplib.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/em3vcplibexe.mpt b/bin/MakeProjectCreator/templates/em3vcplibexe.mpt
index 872751a6017..99102c430a5 100644
--- a/bin/MakeProjectCreator/templates/em3vcplibexe.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/nmakedll.mpt b/bin/MakeProjectCreator/templates/nmakedll.mpt
index f40a4cf5c52..3697f0ff94a 100644
--- a/bin/MakeProjectCreator/templates/nmakedll.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/nmakeexe.mpt b/bin/MakeProjectCreator/templates/nmakeexe.mpt
index 931e813f0b5..209ac434783 100644
--- a/bin/MakeProjectCreator/templates/nmakeexe.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/vc6dspdll.mpt b/bin/MakeProjectCreator/templates/vc6dspdll.mpt
index 965ce8a4534..a72da43588b 100644
--- a/bin/MakeProjectCreator/templates/vc6dspdll.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/vc6dspdllexe.mpt b/bin/MakeProjectCreator/templates/vc6dspdllexe.mpt
index 9f9926f0463..43bd61ac5dd 100644
--- a/bin/MakeProjectCreator/templates/vc6dspdllexe.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/vc6dsplib.mpt b/bin/MakeProjectCreator/templates/vc6dsplib.mpt
index dd525bbe2a0..97cc48ecc97 100644
--- a/bin/MakeProjectCreator/templates/vc6dsplib.mpt
+++ b/bin/MakeProjectCreator/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/bin/MakeProjectCreator/templates/vc6dsplibexe.mpt b/bin/MakeProjectCreator/templates/vc6dsplibexe.mpt
index c3cd0597804..81f47c1bedf 100644
--- a/bin/MakeProjectCreator/templates/vc6dsplibexe.mpt
+++ b/bin/MakeProjectCreator/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