-cwd

Controls where a search begins for # include files.

Syntax
  -cwd keyword

  

The options for keyword are:

explicit

No implicit directory. Search -I or -ir paths.

include

Begins searching in directory of referencing file.

proj

Begins searching in current working directory (default).

source

Begins searching in directory that contains the source file.

Remarks

The path represented by keyword is searched before searching access paths defined for the build target.