Controls the compilers use of GCC
#include semantics.
-gccinc[ludes]
Use
-gccinclude to control the CodeWarrior compiler understanding of GCC semantics. When enabled, the semantics include:
- Adds -I- paths to the systems list if -I- is not already specified
- Search referencing file's directory first for #include files (same as -cwd include) The compiler and IDE only search access paths, and do not take the currently #include file into account.
This command is global.