summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-03 12:15:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-03 12:15:26 +0000
commit8bcb9472f3f679abf32c103741f5e39cb06723a6 (patch)
tree5e4879f7a7c4168165dc7f1c3279df9b5befbb5d
parentca4384fbf5ef630f8c2330d7d1d33c7c99288a72 (diff)
downloadATCD-8bcb9472f3f679abf32c103741f5e39cb06723a6.tar.gz
Some documentation updates
-rw-r--r--TAO/TAO-INSTALL.html38
1 files changed, 3 insertions, 35 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 256d8dc5b61..0dfd27c5502 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -103,9 +103,9 @@ bundle as a single piece instead of trying to mix and match things up.<P>
<LI>Build and install the TAO release under <CODE>$TAO_ROOT</CODE>.
<P> TAO also uses GNUmakefiles and project files generated
- from MPC to compile. The beta or the release distribution will
- come with stock GNUmakefiles, project files (for VC7.1 and VC
- 8) and Borland makefiles which were all generated by
+ from MPC to compile. The full distribution will
+ come with stock GNUmakefiles, project files (for VC9 and VC
+ 10) awhich were all generated by
MPC. </P>
<P>The easiest and recommended way to compile the
@@ -193,11 +193,6 @@ GNU Make can be obtained from various places in source and binary
form. Please see <a href="../ACE/ACE-INSTALL.html">ACE-INSTALL.html</a>
for details from where they can be obtained.<P>
-<h2><strong><a name="makenotes">Explicit templates</a></strong></h2>
-
-It is not possible to use TAO with explicit templates. Your compiler
-must support implicit templates. <P>
-
<HR><P>
<h3>Using cross compilation</h3>
@@ -438,22 +433,6 @@ points are also relevant to users who are trying to use TAO with VC++
files. If something is missing then it is probably a bug with
MPC. Please report such bugs to the tao-users newsgroups.
-<H4>Borland C++ Builder</H4> <P>
-
-To build TAO using C++Builder please follow the
-<A HREF="../ACE/ACE-INSTALL.html#borland">ACE installation notes</A>, with the
-difference being that you first build ACE and then you
-give the following command in the $ACE_ROOT\TAO directory:<BR>
-<BLOCKQUOTE><CODE>
-make -f Makefile.bor
-</CODE></BLOCKQUOTE><P>
-
-For more detailed information on building and using TAO with Borland's
-C++ Builder environment, please see the <A
-HREF="http://www.tenermerx.com/programming/corba/tao_bcb/index.html">online</A> help
-provided by <A HREF="mailto:chris@kohlhoff.com">Christopher
-Kohlhoff</A>. <P>
-
<H4>Upgrading From Older Releases</H4>
<P>When a newer version of ACE/TAO is installed, rebuild all should be
@@ -497,17 +476,6 @@ The scripts may work on earlier versions of perl, but we cannot say for sure
that they do.</P>
<HR>
-<H3>Native Exceptions</H3>
-
-<P>TAO will use native exceptions if ACE_HAS_EXCEPTIONS is defined when it is
-compiled. This can be accomplished in two ways: by defining ACE_HAS_EXCEPTIONS
-in the config.h or config-*.h files (such as on Windows) or by using
-<CODE>make exceptions=1</CODE> when you compile TAO.</P>
-
-<P>Take note though, that this only enables support in ACE/TAO, the correct
-compiler flags must also be given to the compiler to enable them.</P>
-
-<HR>
<P>
<H3>Minimum CORBA</H3>