Changes between Version 23 and Version 24 of BuildSystem
- Timestamp:
- Mar 12, 2010, 3:55:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v23 v24 271 271 `desc Description string without quotes`:: 272 272 Short description about the token, multiple `desc` tags will be concatenated. 273 `flags FLAGS […]` 273 `flags FLAGS […]`:: 274 274 Set some flags with special meaning for the token (see above). 275 275 `parent TOKEN`:: … … 277 277 `default value`:: 278 278 Set the token default value. `defined` and `undefined` values act as booleans. default value is `undefined` if this line is omitted. 279 `module name [long name]` 279 `module name [long name]`:: 280 280 The feature token is associated with a module name. A module with the given name and the actual config file directory will be considered for building when the token gets defined. 281 281