Changeset 767

Show
Ignore:
Timestamp:
08/14/07 23:42:26 (1 year ago)
Author:
Gregor
Message:

docs/README.software_engineers: Documented confusing [*] overrides.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/README.software_engineers

    r761 r767  
    408408buildflags=-O 
    409409 
     410Note that any settings in a named section will override those in "*" sections. 
     411For example, in this situation: 
     412 
     413[*] 
     414buildflags=-O 
     415 
     416[mydlib] 
     417buildflags+=-release 
     418 
     419mydlib's buildflags are only "-release". 
     420 
    410421 
    411422== ADVANCED FEATURES ==