diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-01-14 08:54:15 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-01-14 08:54:15 +0000 |
commit | 65d4413db84ac18cd97c4b7e9beaa8f241140f36 (patch) | |
tree | b62f8dfd863918a30feb84457a53aa2279844583 /TAO | |
parent | d2f46665bbd2821a516b3ba871e636b9b362fdb3 (diff) | |
download | ATCD-65d4413db84ac18cd97c4b7e9beaa8f241140f36.tar.gz |
ChangeLogTag: Mon Jan 14 09:51:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 8 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Makefile.bor | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Miop/Makefile.bor | 9 |
3 files changed, 17 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 17c403d4381..f1ac7eea095 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,8 +1,14 @@ -Mon Jan 14 08:20:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> +Mon Jan 14 09:52:12 2002 Johnny Willemsen <jwillemsen@remedy.nl> * tao/Makefile.bor: Added Request_Dispatcher + * tao/orbsvcs/tests/Makefile.bor: + Added new Miop directory + + * tao/orbsvcs/tests/Miop/Makefile.bor: + Added new BCB makefile + Sun Jan 13 21:50:22 2002 Frank Hunleth <fhunleth@cs.wustl.edu> * tao/TAO_Static.dsp: Added Request_Dispatcher.{cpp,h} to the diff --git a/TAO/orbsvcs/tests/Makefile.bor b/TAO/orbsvcs/tests/Makefile.bor index aa942b74fc4..12510397ae7 100644 --- a/TAO/orbsvcs/tests/Makefile.bor +++ b/TAO/orbsvcs/tests/Makefile.bor @@ -15,6 +15,7 @@ DIRS = \ ior_corbaname \ IOR_MCast \ LoadBalancing \ + Miop \ Property \ Simple_Naming \ Time \ diff --git a/TAO/orbsvcs/tests/Miop/Makefile.bor b/TAO/orbsvcs/tests/Miop/Makefile.bor new file mode 100644 index 00000000000..1ac322c2fa5 --- /dev/null +++ b/TAO/orbsvcs/tests/Miop/Makefile.bor @@ -0,0 +1,9 @@ +# +# Makefile for building the TAO Miop obsvcs tests +# $Id$ +# + +DIRS = \ + McastHello + +!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> |