diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-27 09:08:44 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-27 09:08:44 +0000 |
commit | 946a8659af08e969b5fc38318028e3e286b38a36 (patch) | |
tree | da1780119cb8222902a5411c660e7750dc1ce30b | |
parent | 04e4a72a3ff3ac3dec9990a86fdbffe1d8ddb06c (diff) | |
download | ATCD-946a8659af08e969b5fc38318028e3e286b38a36.tar.gz |
ChangeLogTag: Wed Feb 27 09:34:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/tao/Makefile.bor | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor index 88c02781128..0065b1c63b1 100644 --- a/TAO/tao/Makefile.bor +++ b/TAO/tao/Makefile.bor @@ -6,6 +6,7 @@ NAME = TAO DIRS = \ PortableServer \ + Messaging \ DynamicAny \ DynamicInterface \ BiDir_GIOP \ @@ -27,8 +28,6 @@ OBJFILES = \ $(OBJDIR)\Any.obj \ $(OBJDIR)\Asynch_Invocation.obj \ $(OBJDIR)\Asynch_Queued_Message.obj \ - $(OBJDIR)\Asynch_Reply_Dispatcher.obj \ - $(OBJDIR)\Asynch_Timeout_Handler.obj \ $(OBJDIR)\Base_Transport_Property.obj \ $(OBJDIR)\BiDir_Adapter.obj \ $(OBJDIR)\Bind_Dispatcher_Guard.obj \ @@ -119,11 +118,8 @@ OBJFILES = \ $(OBJDIR)\Managed_Types.obj \ $(OBJDIR)\Marshal.obj \ $(OBJDIR)\MCAST_Parser.obj \ - $(OBJDIR)\Messaging.obj \ - $(OBJDIR)\MessagingC.obj \ - $(OBJDIR)\Messaging_ORBInitializer.obj \ - $(OBJDIR)\Messaging_PolicyFactory.obj \ - $(OBJDIR)\Messaging_Policy_i.obj \ + $(OBJDIR)\Messaging_PolicyValueC.obj \ + $(OBJDIR)\Messaging_SyncScopeC.obj \ $(OBJDIR)\Muxed_TMS.obj \ $(OBJDIR)\NVList.obj \ $(OBJDIR)\ORB.obj \ |