GBS Logo Generic Build Support (GBS) - User Manual HOME
The incs_*.gbs files

Purpose

The incs_type.gbs files are used to extend the search paths for builders beyond the Components.
The type specifies the associated source-file type (without the DOT)
They will specify directories in

The incs_type.gbs files may be placed in the following locations:

And will be read in reverse order.

General

Please refer to .gbs files: General information

Additional for this file:

Contents:

Syntax:

One directory per line.

Notes:

None

Example of a incs_*.gbs:

#========================================================
#   [superglo]INCS_C.GBS
#========================================================
$GBSEXT_DMF_PATH/include
$GBSEXT_MARAP_PATH/inc

###EOF###