Jump to content

OBJC INCLUDE PATH: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 3: Line 3:
  SET OBJC_INCLUDE_PATH=Path
  SET OBJC_INCLUDE_PATH=Path


;Parameters:Path can be any full path. If you have several path they must be delimited by a semicolon.
;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 forwardslashes instead of the backslashes.  
Note: You must use the Unix-like forward slashes instead of the backslashes.  


;Example:
;Example:

Latest revision as of 07:09, 8 October 2022

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