z80:Directives:SCRIPTREFERENCE

From Learn @ Cemetech
Revision as of 17:16, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Adds references to included scripts.

When script files (loaded with incscript) are compiled you need to explicitly reference any assemblies containing the functionality that your source references. By default, only System.dll and Brass.exe are referenced.

Syntax

   .scriptreference "reference" [, "reference" [, ...]]

Allowed inputs

Uses

See Also

incscript