From acdcb7d4da6938fab0fde53a51207d0c8c8bf022 Mon Sep 17 00:00:00 2001 From: nanbor Date: Thu, 28 Jan 1999 17:28:56 +0000 Subject: *** empty log message *** --- TAO/TAO-INSTALL.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'TAO/TAO-INSTALL.html') diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html index 5fc954961cb..8a13e9aea3e 100644 --- a/TAO/TAO-INSTALL.html +++ b/TAO/TAO-INSTALL.html @@ -47,20 +47,20 @@ likely unpredictable and erroneous results.

  • Build and install the TAO release under $TAO_ROOT.

  • To test that the TAO release is properly configured, follow instructions on executing the various examples under - $TAO_ROOT/tests.

    + $TAO_ROOT/tests.

    @@ -158,7 +158,7 @@ files in the correct place.

    compiler under MSVC. If you intend to also use the release version of the libraries, also add ACE_wrappers\bin\Release to the directories. Note: The order that these are listed is important. If your - main development is with the debug versions, make sure \bin is before + main development is with the debug versions, make sure \bin is before \bin\Release, otherwise put the \bin\Release first. Because the output names for the release and debug versions of TAO_IDL are the same, extra care must be taken when both versions are generated simulataneously.

    @@ -167,8 +167,8 @@ files in the correct place.

    library.

  • To build the Cubit test, load the workspace - tests\Cubit\TAO\IDL_Cubit\IDL_Cubit.dsw and build both - client and server.

    + performance-tests\Cubit\TAO\IDL_Cubit\IDL_Cubit.dsw + and build both client and server.

    TAOACE.dsw

    @@ -297,11 +297,11 @@ that they do.

    Native Exceptions

    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 +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 make exceptions=1 when you compile TAO.

    -

    Take note though, that this only enables support in ACE/TAO, the correct +

    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.


    -- cgit v1.2.1