Changes between Version 18 and Version 19 of BuildSystem


Ignore:
Timestamp:
Mar 8, 2010, 11:30:18 PM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v18 v19  
    277277The `TOKEN_CONDITION` might check different conditions:
    278278
    279  * Token definition check: `TOKEN`
     279 * Token definition check: `TOKEN` or `TOKEN!`
    280280 * Token value equality check: `TOKEN=value`
    281281 * Token numerical value magnitude check: `TOKEN<value` or `TOKEN>value`