From 109cb833f45e163cbcaa16f906bae72fea95683c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sat, 14 Sep 2002 18:18:11 +0000 Subject: ChangeLogTag: Sat Sep 14 18:12:12 UTC 2002 Johnny Willemsen --- TAO/ChangeLog | 9 +++++++++ TAO/orbsvcs/tests/CosEvent/lib/Makefile.bor | 2 +- TAO/orbsvcs/tests/Notify/lib/Makefile.bor | 2 +- TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor | 6 ++++-- 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 + + * 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 * 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> -- cgit v1.2.1