summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-20 06:05:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-20 06:05:58 +0000
commit4618ec8651ae0076802e871444d1e527c621a92c (patch)
treed769b02972a4a854746884d86f4b55305c266ff9
parent77891ae23e4d0c61ade11086c43b51ead265d1d7 (diff)
downloadATCD-4618ec8651ae0076802e871444d1e527c621a92c.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c13
-rw-r--r--TAO/VERSION2
-rw-r--r--TAO/tao/Makefile38
3 files changed, 28 insertions, 25 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 7a7c870d43c..21c87fe0837 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,9 @@
+Thu Nov 20 00:01:06 1997 Douglas C. Schmidt <schmidt@merengue.cs.wustl.edu>
+
+ * tao/Makefile: Reordered the files so they are built in
+ alphabetic order (within each grouping of targets). This makes it
+ easier to see how the compilation process is doing ;-).
+
Wed Nov 19 22:59:18 1997 Sergio Flores <sergio@cs.wustl.edu>
* tao/orbobj.cpp (resolve_name_service): Minor change to output
@@ -6,11 +12,8 @@ Wed Nov 19 22:59:18 1997 Sergio Flores <sergio@cs.wustl.edu>
Wed Nov 19 23:01:46 1997 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
* TAO_IDL/be/be_state_operation.cpp: Fixed the problem with
- strings as return values.
-
-Wed Nov 19 22:11:28 1997 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * TAO version 0.0.39, released Wed Nov 19 22:11:28 1997.
+ strings as return values. Thanks to Mark L Boriack
+ <mark@vtcibm4a> for reporting this.
Wed Nov 19 20:48:01 1997 James C Hu <jxh@cs.wustl.edu>
diff --git a/TAO/VERSION b/TAO/VERSION
index d3e3b29a19d..507841c5a44 100644
--- a/TAO/VERSION
+++ b/TAO/VERSION
@@ -1,4 +1,4 @@
-This is TAO version 0.0.39, released Wed Nov 19 22:11:28 1997.
+This is TAO version 0.0.38, released Wed Nov 19 22:11:28 1997.
If you have any problems with TAO, please send email to Douglas
C. Schmidt (schmidt@cs.wustl.edu) and Chris Cleeland
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index b395bdc8274..d18059d1029 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -12,8 +12,8 @@ SHLIB = $(LIBNAME).$(SOEXT)
# @@ Need to clean up this makefile...it's a MESS!!!! (cjc)
# These are components that are only headers and must be installed
CORBA_HDRS = orb sequence stub orbconf objtable optable $(CORBA_SRCS)
-CORBA_SRCS = any corbacom except nvlist object orbobj principa \
- request svrrqst poa typecode
+CORBA_SRCS = any corbacom except nvlist object orbobj poa \
+ principa request svrrqst typecode
# These are components that are only headers and must be installed
OTHERS_HDRS = align cdr giop iiopobj iioporb xdr connect params marshal debug \
@@ -24,30 +24,30 @@ OTHERS_INLN = any poa cdr connect iiopobj iioporb object orbobj params svrrqst t
managed_types.i
# These are components that are either header & source or source-only
OTHERS_SRCS = \
- giop \
- iiopobj \
- iioporb \
- invoke \
- params \
- default_client \
- default_server \
- server_factory \
- client_factory \
arg_shifter \
- orb_core \
- objtable \
- optable \
- connect \
cdr \
+ client_factory \
+ connect \
debug \
- interp \
- marshal \
- encode \
decode \
deep_copy \
deep_free \
- tao_internals \
+ default_client \
+ default_server \
+ encode \
+ giop \
+ iiopobj \
+ iioporb \
+ interp \
+ invoke \
managed_types \
+ marshal \
+ objtable \
+ optable \
+ orb_core \
+ params \
+ server_factory \
+ tao_internals \
tc_const
FILES = $(OTHERS_SRCS) $(CORBA_SRCS)