From e8561c9bc88184b10ba1c8eae12ca3f0db973ee4 Mon Sep 17 00:00:00 2001 From: brunsch Date: Sat, 19 Sep 1998 19:47:02 +0000 Subject: Updated instructions for $ACE_ROOT\bin change. --- TAO/TAO-INSTALL.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'TAO/TAO-INSTALL.html') diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html index ae47789e924..b1e18f98dfb 100644 --- a/TAO/TAO-INSTALL.html +++ b/TAO/TAO-INSTALL.html @@ -127,8 +127,8 @@ the target. This restriction should be removed in the near future.

TAO_IDL on NT will look for the Microsoft Visual C++ compiler as "C:\Program Files\DevStudio\VC\bin\CL.EXE". If this compiler is located elsewhere (or if using a different compiler) -add a variable CPP_LOCATION to your environment. This variable will -override the default. +add a variable CPP_LOCATION to your environment and set it to the compiler +you want to use. This variable will override the default.

Remember to set @@ -146,7 +146,7 @@ files in the correct place.

  • Make sure ACE is built (For Visual C++ 5.0, use ace.dsw or ace-vc50.dsw, whichever is in your copy of ACE).

    -

  • Make sure ACE_wrappers\ace is listed in the Executable +
  • Make sure ACE_wrappers\bin is listed in the Executable Directories in Tools|Options. This is needed if using the TAO_IDL compiler under MSVC.

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

    TAOACE.dsw

    TAOACE.dsw is a Visual C++ 5 workspace that loads the projects -ACE, TAO, TAO_IDL (the compiler), orbsvcs, and the Naming Service. +ACE, TAO, TAO_IDL (the compiler), orbsvcs, gperf and the Naming Service. The dependencies are set up to correctly between the projects so for example, ACE will be built automatically when TAO is built. An easy way to compile everything is to just compile the debug or release @@ -232,7 +232,7 @@ adding an IDL file named foobar.idl into a VC project.

  • Click on the "Custom Build" tab. Add this entry as the build command for IDL files:

    -
    ..\..\..\TAO_IDL\tao_idl $(InputName).idl
    +
    tao_idl $(InputName).idl
    Notice that your absolute path to TAO_IDL may vary.
  • Now add the following entries as "Output file(s)."

    @@ -256,8 +256,8 @@ adding an IDL file named foobar.idl into a VC project.
  • We are all set. Click OK.
  • -
  • Add foobarC.cpp to client project and foobarC.cpp and foobarS.cpp to - server project.
  • +
  • Add foobarC.cpp and foobarS.cpp to both the client and server + project.
  • Notice that these procedures only setup the IDL compiler to perform -- cgit v1.2.1