Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / README
blob8e4208165d5b80f68509de4bc5dd2ae903372dc8
1 This directory contains ACE- and TAO-specific extensions of MPC.  All
2 the base projects in the config directory are ACE- and TAO-specific,
3 along with the perl modules for the gnuace and vxtest types and the
4 templates that go along with those implementations.
6 GNUACE-specific aspects of project keywords
7 -------------------------------------------
9 requires        Specifies which features should be enabled in order to
10                 generate the project file.  Under the GNUACE type, it also
11                 specifies which tao macros should be set to build the
12                 target.
14 avoids          Specifies which features should be disabled in order to
15                 generate the project file.  Under the GNUACE type, it also
16                 specifies which tao macros should not be set to build the
17                 target.
19 The following keywords are GNUACE only:
21 tagname         Specifies the make macro to check before building the target
22 tagchecks       Specifies the values for tagname to check
24 NOTE: Within the GNUACE project type, setting sharedname to empty and
25 setting staticname to the static library name will result in a project
26 that will generate only static libraries.
28 The default generation mode for the GNUACE project type is named targets.
29 The environment variable MPC_GNUACE_DIRECTORY_DEPS can be set to get the
30 directory based build that was used up until April of 2006.
32 For more information about MPC, see the README and USAGE files in the
33 MPC docs directory.
35 MPC is available from github, see https://github.com/DOCGroup/MPC