Jump to content

OBJC_INCLUDE_PATH

From EDM2
Revision as of 14:28, 13 November 2017 by Ak120 (talk | contribs) (Created page with "{{DISPLAYTITLE:OBJC_INCLUDE_PATH}} Points to the path where the Objective C compiler stores its include files. SET OBJC_INCLUDE_PATH=Path ;Parameters:Path can be any ful...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Points to the path where the Objective C compiler stores its include files.

SET OBJC_INCLUDE_PATH=Path
Parameters
Path can be any full path. If you have several path they must be delimited by a semicolon.

Note: You must use the Unix-like forwardslashes instead of the backslashes.

Example
SET OBJC_INCLUDE_PATH=c:/emx/include