summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-10 19:23:58 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-10 19:23:58 +0000
commit57aefd8636a3071bd41185e9ca8e97720e64bb3f (patch)
treec53651466a026580a31a6cbea5f48b35bc7db31f
parentf8c9ac9b7314df778b9e4939398ba9f049029039 (diff)
downloadATCD-57aefd8636a3071bd41185e9ca8e97720e64bb3f.tar.gz
ChangeLogTag:Tue Oct 10 14:15:34 2000 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/examples/Makefile.bor7
2 files changed, 11 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e45f8782a2e..17439278ecf 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Tue Oct 10 14:15:34 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * examples/Makefile.bor (DIRS): Updated the list of subdirectories
+ to build for Borland compilers. Thanks to Johnny Willemsen
+ <meco.nl> for reporting this.
+
Tue Oct 10 14:05:34 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Fault_Tolerance_Service.h:
diff --git a/TAO/examples/Makefile.bor b/TAO/examples/Makefile.bor
index 31a95260e85..33f04b52321 100644
--- a/TAO/examples/Makefile.bor
+++ b/TAO/examples/Makefile.bor
@@ -1,8 +1,11 @@
#
# Makefile for building the TAO examples
-#
+#
-DIRS = Callback_Quoter Simple
+DIRS = Buffered_Oneways \
+ Callback_Quoter Simple \
+ Event_Comm \
+ Simple
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>