Jump to content

INCLUDE

From EDM2
Revision as of 00:17, 5 June 2021 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Used by various compilers. Defines the directories where the include files are stored.

SET INCLUDE=<path1>;<path2>, ...

Parameters

Path
Can be any full path or any relative path.
If you define more than one path, they must be delimited with a semicolon.