CPLUS INCLUDE PATH: Difference between revisions
Appearance
Created page with "{{DISPLAYTITLE:CPLUS_INCLUDE_PATH}} Points to the path where the C++ compiler stores its include files. SET CPLUS_INCLUDE_PATH=Path ;Parameters: Path can be any full path...." |
mNo edit summary |
||
Line 4: | Line 4: | ||
SET CPLUS_INCLUDE_PATH=Path | SET CPLUS_INCLUDE_PATH=Path | ||
;Parameters: | ;Parameters:Path can be any full path. If you have several paths they must be delimited by a semicolon. | ||
Path can be any full path. If you have several | |||
Note: You must use the UNIX-like forward slashes instead of the backslashes. | Note: You must use the UNIX-like forward slashes instead of the backslashes. |
Revision as of 07:08, 8 October 2022
Points to the path where the C++ compiler stores its include files.
SET CPLUS_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 CPLUS_INCLUDE_PATH=c:/emx/include/cpp;c:/emx/include