/lib

Compile global ProcScript and variables in a library.

/lib   {/aft=DateTime}   {/bef=DateTime} {/nodebug} {/iap |   {/tpl}   {/plt}}   {Library}

Parameters

Library—name of the library containing the Global ProcScript and variables to compile; if omitted, all Global ProcScript libraries are compiled. Use wildcard characters to specify multiple libraries.

Use With

ide.exe—Uniface IDE

Description

By default, this switch compiles normal libraries (the Purpose property is set to N (Normal). To compile Global ProcScript libraries that are defined as templates or palettes (Purpose is T (Template) or P (Palette)), you can use the /tpl and /plt sub-switches. If you want to compile the components regardless of their purpose, you can use the /iap (include all purposes) sub-switch.

Use the /nodebug sub-switch to specify that the compiled global ProcScript(s) cannot be debugged.

Related Topics