diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 17:11:24 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 17:11:24 +0000 |
commit | 76bb961ca6859952b6c4cec32ea1f1e673a8f622 (patch) | |
tree | 0ff3a3a2e2e0ac38ce0f4115bae634098d45c213 /TAO/docs | |
parent | dcccc584d2bf64472238c22f7367f1290daff5c3 (diff) | |
download | ATCD-76bb961ca6859952b6c4cec32ea1f1e673a8f622.tar.gz |
removed note about orbsvcs subsets not considering dependencies
between the services
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/configurations.html | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html index 1a31e28417e..906c67cfb92 100644 --- a/TAO/docs/configurations.html +++ b/TAO/docs/configurations.html @@ -1,11 +1,13 @@ +<!-- $Id$ --> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> + <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I) [Netscape]"> <title>Configuring TAO's Components</title> -<!-- $Id$ --> </head> + <body text="#000000" bgcolor="#FFFFFF" link="#000FFF" vlink="#FF0F0F"> <hr> @@ -237,27 +239,24 @@ library contains all of the services that TAO currently supports. To reduce build time and library size, you can exclude unused services. To do that, define a <tt>TAO_ORBSVCS</tt> variable using one of these approaches:</li><P> -<ol> -<li> -In your <tt>$(ACE_ROOT)/include/makeinclude/platform_macros.GNU</tt> file,</li> + <ol> + <li>In your <tt>$(ACE_ROOT)/include/makeinclude/platform_macros.GNU</tt> + file,<p> -<li> -On the make command line, <i>e.g.</i>,</li><BR> -<tt>make TAO_ORBSVCS=Naming</tt><BR> -or -<li> -Set (and export) a <tt>TAO_ORBSVCS</tt> environment variable.</li> + <li>On the make command line, <i>e.g.</i>, + <tt>make TAO_ORBSVCS=Event</tt>, or<p> + + <li>Set (and export) a <tt>TAO_ORBSVCS</tt> environment variable. + + </ol><p> -</ol><P> Please see the <code><a href="../orbsvcs/orbsvcs/Makefile">ORBSVCS Makefile</a></code> for the default setting of <code>TAO_ORBSVCS</code>.<p> -Please note the following limitation: <P> -<ol> - <li>We currently don't check for interdependencies between services. - For example, if you build the CosEvent service, you must also - explicitly specify the Sched and Event services, at least.<p> -</ol> +Please note that the Naming Service will always be built, even +if Naming is not specified in <code>TAO_ORBSVCS</code>. That's +because many examples, tests, and presumably applications use it.<p> + </ul> <hr> |