diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-01-03 02:52:22 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-01-03 02:52:22 +0000 |
commit | 0e8cf459ff125ec3deb9740b52009286284a9e3a (patch) | |
tree | 02295f905459578bc163517f50e603cb0c641c77 /TAO/TAO-INSTALL.html | |
parent | eeedcb22a7d4c4660651f2a98b317c245e940ab8 (diff) | |
download | ATCD-0e8cf459ff125ec3deb9740b52009286284a9e3a.tar.gz |
ChangeLogTag:Wed Jan 02 13:27:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO-INSTALL.html')
-rw-r--r-- | TAO/TAO-INSTALL.html | 8 |
1 files changed, 1 insertions, 7 deletions
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> |