ContentsIndexPreviousNext

APPLY_CODE_PATH

When set to "1" (on, true, yes), this variable causes the CODE_PREFIX variable to be applied to object files with full path names (those beginning with a "/" (forward slash). Otherwise, CODE_PREFIX is not applied to files with full path names. For example, if your application specifies the file:

     /accounting/objects/payroll

and your CODE_PREFIX variable is set to:

     CODE_PREFIX  /master_obj

and APPLY_CODE_PATH is set to "on", the runtime will look for your file in:

     /master_obj/accounting/objects/payroll

The default value of APPLY_CODE_PATH is "0" (off, false, no).