Changes between Version 18 and Version 19 of BuildSystem
- Timestamp:
- Mar 8, 2010, 11:30:18 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v18 v19 277 277 The `TOKEN_CONDITION` might check different conditions: 278 278 279 * Token definition check: `TOKEN` 279 * Token definition check: `TOKEN` or `TOKEN!` 280 280 * Token value equality check: `TOKEN=value` 281 281 * Token numerical value magnitude check: `TOKEN<value` or `TOKEN>value`