diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-11 03:53:49 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-11 03:53:49 +0000 |
commit | ec54b98cca079f1c9bdb45974a08b3d6807dda13 (patch) | |
tree | 6d37a38ea7a3dd1a5879c64eec47b0257536500d /TAO/TAO-INSTALL.html | |
parent | 7dbd02c0a80181cec0cd597a187fe5b6a8481d7f (diff) | |
download | ATCD-ec54b98cca079f1c9bdb45974a08b3d6807dda13.tar.gz |
ChangeLogTag:Sat Jun 10 20:44:20 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r-- | TAO/TAO-INSTALL.html | 22 |
1 files changed, 16 insertions, 6 deletions
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> |