summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 14:59:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 14:59:06 +0000
commitaa292ed6c428cbaf08e116b099865f55b865f1a3 (patch)
tree914ef1c4eb69ae3240cd13aae7e4bf010bd58a1d /ACE-INSTALL.html
parenta88a9ed99c706658a9e6cdb5cdedbb3d977c6a62 (diff)
downloadATCD-aa292ed6c428cbaf08e116b099865f55b865f1a3.tar.gz
ChangeLogTag: Mon Jul 05 09:58:07 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index e99dd78e3c8..d4a5beff009 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1295,11 +1295,11 @@ INSTALL=
something like the following. tao_idl should be built to not support
native exception handling, because that's not available on VxWorks.
<pre>
-#if defined (__BORLANDC__) || defined (_MSC_VER)
-# include &lt;ace/config-win32.h&gt;
+#if defined (__BORLANDC__) || defined (_MSC_VER)
+# include "ace/config-win32.h"
# undef ACE_HAS_EXCEPTIONS
#else
-# include &lt;ace/config-vxworks.h&gt;
+# include "ace/config-vxworks.h"
#endif
</pre><p>
<li>Set your <code>ACE_ROOT</code>, <code>CPP_LOCATION</code>,