summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-14 18:18:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-14 18:18:11 +0000
commit109cb833f45e163cbcaa16f906bae72fea95683c (patch)
tree87857aeb977b84394b4d67a865f00c0d28f6be8c
parent3cd6314c34f9bf733751f63d6af8a0de21aa3947 (diff)
downloadATCD-109cb833f45e163cbcaa16f906bae72fea95683c.tar.gz
ChangeLogTag: Sat Sep 14 18:12:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor2
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Makefile.bor2
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor6
4 files changed, 15 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ba8238ea1de..fc2c6ac45d9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Sat Sep 14 18:17:43 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/tests/EC_Multiple/Makefile.bor:
+ * orbsvcs/tests/CosEvent/Basic/Makefile.bor:
+ * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor:
+ * orbsvcs/tests/CosEvent/lib/Makefile.bor:
+ * orbsvcs/tests/Notify/lib/Makefile.bor:
+ Fixed these BCB makefiles for the static build.
+
Sat Sep 14 08:42:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/ImplRepo_Service/ImR_Activator.bor:
diff --git a/TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor b/TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor
index b60ceacdf64..dfa1b320d4e 100644
--- a/TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor
+++ b/TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor
@@ -31,4 +31,4 @@ LIBFILES = \
$(TAO_IORTABLE_LIB) \
$(TAO_PORTABLESERVER_LIB)
-!include <$(ACE_ROOT)\include\makeinclude\build_library.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
diff --git a/TAO/orbsvcs/tests/Notify/lib/Makefile.bor b/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
index fb775c8af26..67b582f019d 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
+++ b/TAO/orbsvcs/tests/Notify/lib/Makefile.bor
@@ -39,4 +39,4 @@ LIBFILES = \
$(TAO_ETCL_LIB) \
$(TAO_NOTIFY_LIB)
-!include <$(ACE_ROOT)\include\makeinclude\build_library.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
index 0a6cf9bc204..7fdf6a9f59b 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
@@ -18,7 +18,8 @@ CFLAGS = \
$(TAO_IORTABLE_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_ETCL_CFLAGS) \
- $(TAO_NOTIFY_CFLAGS)
+ $(TAO_NOTIFY_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS)
CPPDIR = .
@@ -31,7 +32,8 @@ LIBFILES = \
$(TAO_IORTABLE_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_ETCL_LIB) \
- $(TAO_NOTIFY_LIB)
+ $(TAO_NOTIFY_LIB) \
+ $(TAO_MESSAGING_LIB)
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>