-append_entry_dcl

Integrate entry declarations into a specified include file. This can be useful to integrate all entry declarations into one file to included in your code. Must be used with -gen_entry_dcl.

Syntax

-append_entry_dcl file-prefix.inc

Parameter

file-prefix
The prefix file name of a .inc file into which entry declarations are integrated.

Examples

Add or append %include 'foo.dcl' to the entries.inc file.

-gen_entry_dcl foo.dcl -append_entry_dcl entries.inc