summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-11 03:53:49 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-11 03:53:49 +0000
commitec54b98cca079f1c9bdb45974a08b3d6807dda13 (patch)
tree6d37a38ea7a3dd1a5879c64eec47b0257536500d /TAO
parent7dbd02c0a80181cec0cd597a187fe5b6a8481d7f (diff)
downloadATCD-ec54b98cca079f1c9bdb45974a08b3d6807dda13.tar.gz
ChangeLogTag:Sat Jun 10 20:44:20 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/TAO-INSTALL.html22
2 files changed, 24 insertions, 6 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6d35b5714d8..c6badf14f11 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Sat Jun 10 20:44:20 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * TAO-INSTALL.html:
+
+ Revised the section on TAOACE.dsw, since things changed
+ when we split up orbsvcs into separate libraries. Thanks
+ to Tom Ziomek <tomz@cc.comm.mot.com> for pointing this out.
+
Sat Jun 10 19:56:17 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/Param_Test/except.cpp:
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 6a266d7095b..e0506b7df61 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -241,14 +241,24 @@ files in the correct place.</P>
and build both client and server. <P>
</OL>
-<H4><A NAME="taoace">TAOACE.dsw</A></H4>
+<H4><A NAME="taoace">TAOACE.dsw and other collection dsw files</A></H4>
<P>TAOACE.dsw is a Visual C++ 5.0/6.0 workspace that loads the projects
-ACE, TAO, TAO_IDL (the compiler), orbsvcs, gperf and the Naming Service.
-The dependencies are set up to correctly between the projects so for
-example, ACE will be built automatically when TAO is built. An easy
-way to compile everything is to just compile the debug or release
-version of the Naming Service.</P>
+ACE, TAO, TAO_IDL (the compiler), gperf, the Naming Service executable, and
+the orbsvcs libraries needed by the Naming Service. </P>
+
+<P>TAOACE.dsw does not compile all the libraries and services though. For
+this you'll also need to load <CODE>orbsvcs\orbsvcs\orbsvcs.dsw</CODE> and
+<CODE>orbsvcs\services.dsw</CODE>. Like TAOACE, these workspaces have
+dependencies set up between their processes, so they get compiled in the
+right order (but you still need to make sure that you compile TAOACE before
+orbsvcs, and orbsvcs before services).</P>
+
+<P>The difference between orbsvcs and services is that orbsvcs.dsw produces
+the libraries for use of the services within executables, whereas
+services.dsw creates separate executables for some of the services. With
+orbsvcs you get the ability to have colocated services, and with services
+you get stand-alone services.</P>
<H4>Borland C++ Builder</H4> <P>