Controls the compilers use of GCC
#include semantics.
Use
-gccincludes to control the CodeWarrior compiler understanding of GNU Compiler Collection (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.