Important: The information in this document is obsolete and should not be used for new development.
Create an Alias Library Name Using Multiple 'cfrg' 0 Entries
A developer can create aliases for library names by including additional'cfrg'0
entries that point to the same fragment (see "Multiple Names for the Same Fragment" (page 3-13) for more information). This aliasing can be useful when combining several libraries into one fragment. For example, say you have librariescowLib
anddogLib
that have been linked to a number of clients. You then decide to mergecowLib
anddogLib
into a new librarydogCowLib
. To ensure that clients originally built withcowLib
ordogLib
can still access those routines indogCowLib
, you must create separate'cfrg'0
entries forcowLib
anddogLib
. These entries list the old fragment names but point to the container fordogCowLib
.