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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Used by various compilers. Defines the directories where the include files are stored.
Used by various compilers. Defines the directories where the [[include files]] are stored.
  SET INCLUDE=<path1>;<path2>, ...
  SET INCLUDE=<path1>;<path2>, ...



Latest revision as of 00:17, 5 June 2021

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.