The
following
TAO properties specify makefile-related
information:
- CORBAIncludePath specifies
the
path to the additional include files for your CORBA ORB. The specified
path is appended to the "include" path in the IBM® Rational® Rhapsody®-generated
makefile. The default for this property is $(ACE_ROOT)\TAO\
$(ACE_ROOT)\ $(ACE_ROOT)\TAO\orbsvcs.
- CORBALibs specifies
the path to
the TAO libraries for your CORBA ORB. The specified path is appended
to the object/library search path in the Rational Rhapsody-generated
makefile. The three default library names, listed in this property's
selection area, are TAO_PortableServd.ib, TAO_Valuetyped.lib,
and aced.lib. For more information about TAO libraries,
refer to Installing and building the ACE ORB (TAO) libraries.
- CPP_CompileSwitches provides
a
string that allows you to specify additional C++ compiler switches.
- CPP_LinkSwitches provides a default
empty string that allows you to specify additional link switches.
- CPP_StandardInclude provides a
string that allows you to specify additional header files to be included
in the generated sources, that are required when your component is
compiled with the TAO include files. The default value is tao/CORBA.h;tao/PortableServer/POA.h.
Note: This information is only used in the makefile
if it is needed.