summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-30 00:00:09 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-30 00:00:09 +0000
commitfabcf3d94f2f1e71fa1fb202f2dfa92b60caa4c9 (patch)
tree7e1070928536c60144c71787f0e1eb450ec2368c
parentebb640774ad6e53857f55dd8a36b86d0da0ef0e0 (diff)
downloadATCD-fabcf3d94f2f1e71fa1fb202f2dfa92b60caa4c9.tar.gz
Added comment about native exceptions support.
-rw-r--r--TAO/TAO-INSTALL.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index 93a5b9db770..9656a26f095 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -289,6 +289,14 @@ 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 TAO_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>
+
+<HR>
<P>
Back to the <A HREF="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</A> home page.