Jump to content

INCLUDE: Difference between revisions

From EDM2
Created page with "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 re..."
(No difference)

Revision as of 14:00, 17 November 2017

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.