summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/TAO-INSTALL.html8
2 files changed, 6 insertions, 7 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 02147d8086c..e7565f580ae 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Wed Jan 2 20:48:36 2002 Douglas C. Schmidt <schmidt@siesta.cs.wustl.edu>
+
+ * TAO-INSTALL.html: Fixed a couple of missing links. Thanks to
+ Patrick Cosmo <Patrick@incognito.com> for reporting this.
+
Wed Jan 2 18:00:43 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/fe/lex.yy.cpp:
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 3235e9f8d5e..75dde213847 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -297,12 +297,6 @@ standard include in your IDL code. Notice that some of the TAO services
use this feature, so you are better off definining the environment variable
in all cases. </P>
-<p><a href="http://www.torus-software.com/">Barry
-Hoggard</a> maintains a <a
-href="http://www.torus-software.com/corba/">CORBA Page</a>
-which contains very helpful information on setting MSVC project
-settings for TAO applications.</P>
-
Remember to <a href="../ACE-INSTALL.html">set
up ACE</A> before building TAO.
@@ -485,7 +479,7 @@ compiler flags must also be given to the compiler to enable them.</P>
<H3>minimumTAO</H3>
<P>By default, all components in TAO will be compiled. If you only
-want support for <A HREF="docs/minimumTAO.html">minimumTAO</A>, define
+want support for <A HREF="../docs/minimumTAO.html">minimumTAO</A>, define
TAO_HAS_MINIMUM_CORBA. This can be accomplished in two ways: by
defining TAO_HAS_MINIMUM_CORBA in the config.h or orbconf.h files or
by using <CODE>make minimum_corba=1</CODE> when you compile TAO.</P>