OBJC_INCLUDE_PATH

From EDM2
Jump to: navigation, search

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 paths they must be delimited by a semicolon.

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

Example
SET OBJC_INCLUDE_PATH=c:/emx/include