External file dependence

FILE_DEPENDENCE

FILE_DEPENDENCE "name1" [, "name2", ...]

You can give a list of external files on which your GDL script depends on. File names should be constant strings.

All files specified here will be included in the archive project
(like constant macro names used in CALL statements and constant picture names used in various GDL commands).
The command works on this level only: if the specified files are library parts, their called macro files will not be included.

The command can be useful in cases when external files are referenced at custom places in the GDL script, for example:
ADDITIONAL_DATA file parameters, data files in file operations.