summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-11 16:38:19 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-11 16:38:19 +0000
commit422d74c1f24e32dea37af6f2d8e41c2a429af2e1 (patch)
treef679d71db3437b3f3b08174252647d6ef52883f5
parente00a730115110f70e5ce3065c4743fea8bb0eaa1 (diff)
downloadATCD-422d74c1f24e32dea37af6f2d8e41c2a429af2e1.tar.gz
ChangeLogTag:Sun May 11 11:37:17 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog4
-rw-r--r--TAO/tao/Makefile.bor2
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 37e0984351b..07a9bae233c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 11 11:37:17 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/Makefile.bor: Added new files for the borland builds.
+
Sun May 11 11:02:18 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* docs/Options.html: Added documentation for the new ORB option.
diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor
index ef59ebb4450..ab99e8e9d56 100644
--- a/TAO/tao/Makefile.bor
+++ b/TAO/tao/Makefile.bor
@@ -144,6 +144,7 @@ OBJFILES = \
$(OBJDIR)\ORB_Table.obj \
$(OBJDIR)\Object.obj \
$(OBJDIR)\ObjectIdListC.obj \
+ $(OBJDIR)\ObjectKey_Table.obj \
$(OBJDIR)\Object_KeyC.obj \
$(OBJDIR)\Object_Loader.obj \
$(OBJDIR)\Object_Proxy_Broker.obj \
@@ -172,6 +173,7 @@ OBJFILES = \
$(OBJDIR)\Queued_Message.obj \
$(OBJDIR)\Reactive_Connect_Strategy.obj \
$(OBJDIR)\Reactive_Flushing_Strategy.obj \
+ $(OBJDIR)\Refcounted_ObjectKey.obj \
$(OBJDIR)\Remote_Object_Proxy_Broker.obj \
$(OBJDIR)\Remote_Object_Proxy_Impl.obj \
$(OBJDIR)\Reply_Dispatcher.obj \