summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-27 18:59:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-27 18:59:45 +0000
commit77558fe927c5f0130a8f72e006c96c88286ba9e9 (patch)
treec0d2fc60cfeae1c8537b40959d5e4f7c092b0781 /TAO/docs
parent68e1c2002dcde7c36e98058d8773c83116cbe3b6 (diff)
downloadATCD-77558fe927c5f0130a8f72e006c96c88286ba9e9.tar.gz
ChangeLogTag: Thu Jul 27 18:59:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/minimumTAO.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/docs/minimumTAO.html b/TAO/docs/minimumTAO.html
index 7bed09a91ab..56da5f4fa0a 100644
--- a/TAO/docs/minimumTAO.html
+++ b/TAO/docs/minimumTAO.html
@@ -51,10 +51,10 @@ programmer intervention. In contrast, to minimize the footprint of
TAO explicitly, you must
<OL>
<LI> <a
-href="../ACE-INSTALL.html">Configure</a> ACE to support only those
+href="../../ACE-INSTALL.html">Configure</a> ACE to support only those
components that are required by TAO and <P>
<LI> <a href =
-"../TAO/TAO-INSTALL.html">Configure</a> TAO to only support the
+"../../TAO/TAO-INSTALL.html">Configure</a> TAO to only support the
components specified by the <em>minimumCORBA</em> specification.
</OL>
@@ -69,7 +69,7 @@ Note: All measurement are for ACE 5.0 and TAO 1.0 using egcs-2.91.60
on SunOS5.7<P>
The <a
-href="../ACE-INSTALL.html#flags">make
+href="../../ACE-INSTALL.html#flags">make
flags</a> options used were: <P>
<code> debug=0 optimize=1 static_libs_only=1 DEFFLAGS=-DACE_USE_RCSID=0 </code> <P>
@@ -86,7 +86,7 @@ These options translate into:<P>
To build a TAO static library, if shared libraries are the default,
use <code>make static_libs_only=1</code> (make sure to do this for
ACE, as well). If you're using recent versions of GNU GCC, you can
-use the <A HREF="../ACE-INSTALL.html#repo">-frepo</A> option, which
+use the <A HREF="../../ACE-INSTALL.html#repo">-frepo</A> option, which
typically reduces the footprint by another 25 percent. <P>
<HR>