summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-07 16:56:09 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-07 16:56:09 +0000
commit494f1d53cc4e15fc1195239b3d0c65efe3f98f71 (patch)
treece58c9325000e26868fa9f5e1f7f88dd2691522d /ACE-INSTALL.html
parent3e2b4f5443a10c525d28c724719ab73095262131 (diff)
downloadATCD-494f1d53cc4e15fc1195239b3d0c65efe3f98f71.tar.gz
ChangeLogTag:Thu Feb 7 08:16:24 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index dfa7f447f7e..5bb5f8f3e09 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -2712,6 +2712,20 @@ Flag Description
---- -----------
debug Enable debugging; see DCFLAGS and DCCFLAGS.
exceptions Enable exception handling (not supported by all platforms).
+include_env Support old-style ACE_TRY_ENV declarations in methods.
+ This switch is necessary for compiling TAO applications
+ in the native exception configuration that were written
+ for TAO versions before 1.2.2.
+ In TAO 1.2.2, new macros were introduced that supercede
+ the direct ACE_TRY_ENV declarations. These are the
+ ACE_ENV_ARG macros that are defined in ace/CORBA_macros.h
+ and are documented in docs/exceptions.html.
+ This switch only affects the exceptions=1 configuration.
+ It is for backward compatibility only.
+ There will be warnings about unused _ACE_environment_variable
+ parameters when using include_env=1.
+ If possible, do not use it, but instead change your TAO
+ applications to use the ACE_ENV_ARG macros.
fast Enable -fast option, e.g., with Sun C++.
inline Enable ACE inlining. Some platforms enable inlining by
default, others do not.