Changes between Version 20 and Version 21 of BuildSystem
- Timestamp:
- Mar 11, 2010, 8:24:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v20 v21 289 289 `when TOKEN_CONDITION […]`:: 290 290 The current feature token will be automatically defined if all specified conditions are met. 291 292 Some tags may be used to deals with values rather than features enabling tokens. Value tokens must have the `value` flag set: 291 `provide TOKEN`:: 292 Define a meta token if the current token is defined. 293 294 Some tags may be used to deals with values tokens. Value tokens must have the `value` flag set: 293 295 294 296 `require TOKEN_CONDITION […]`:: … … 296 298 `provide TOKEN=value`:: 297 299 Set a value token to the specified value if the current token is defined. 298 `provide TOKEN`::299 Define a meta token if the current token is defined.300 300 301 301 Some tags can be used to give some configurations advice to the user when building MutekH: