$INCLUDE_ALL_PURPOSES

Specify whether to compile all development objects, regardless of their purpose (Normal, Palettes, and Templates).

$INCLUDE_ALL_PURPOSES {=} {1 | 0 }

Arguments

Value Description
1 Compile, normal development objects, palettes, and templates.
0 Compile normal development objects only

Defaults

Assignment file: ide.asn
Section: [SETTINGS]
Default value: 0

Description

By default, when compiling main development objects using command line switches (such as /all, /cpt, /ent, and so on), only objects that have the Purpose property set to N (Normal) are compiled. To compile only palettes and templates, you need to explicitly use the sub-switches /plt and /tpl.

You can configure command line compile switches to always compile both normal objects and templates and palettes by setting $INCLUDE_ALL_PURPOSES=1.

The $INCLUDE_ALL_PURPOSES setting is ignored when the /iap command line sub-switch is used.

Related Topics