GBS Logo HOME Generic Build Support (GBS) - User Manual
The flags_*.gbs files Bottom Doc. Button

Contents Bottom Doc. Button Top Document Button Down Section Button Blank

Description
Purpose| General| Contents| Notes
Example of a flags_*.gbs

Description Bottom Doc. Button Top Document Button Down Section Button Up Section Button

Purpose Bottom Doc. Button Top Document Button Down Section Button Up Section Button Down Chapter Button Blank

The flags_type.gbs files are used to specify builder-specific flags.
The type specifies the associated source-file type (without the DOT)

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

And will be read in the specified order, overriding possible values of a higher level. Toplevel Directory

General Bottom Doc. Button Top Document Button Down Section Button Up Section Button Down Chapter Button Up Chapter Button

Please refer to .gbs files: General information

Additional for this file:

Contents: Bottom Doc. Button Top Document Button Down Section Button Up Section Button Down Chapter Button Up Chapter Button

Syntax:

One flag per line
A line containing spaces will be quoted unless the line also contains quotes (")
To prevent this, place elements on separate lines

Notes: Bottom Doc. Button Top Document Button Down Section Button Up Section Button Blank Up Chapter Button

Flags may not be include-paths like -I and/or -L
These should be specified in the incs_*.gbs files.

Example of a flags_*.gbs: Bottom Doc. Button Top Document Button Blank Up Section Button

#========================================================
#   [superglo::test]FLAGS_C.GBS
#========================================================
-DTESTFLAG=1


###EOF###

flags.html