Changes between Version 4 and Version 5 of BuildSystemDev
- Timestamp:
- Mar 21, 2010, 2:14:07 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystemDev
v4 v5 153 153 This tag imposes the requirement that the code from current token be executed '''before''' the code associated with INIT_TOKEN. 154 154 `during INIT_TOKEN`:: 155 This tag make token inherits from constraints expressed for the given INIT_TOKEN. The given token must be a place holder token and can not have associated code.155 This tag makes the current token inherits from constraints expressed for the given INIT_TOKEN. The given token must be a place holder token and can not have associated code. 156 156 `code C code here`:: 157 157 This tag associates some initialization C code to the token. This tag may be used multiple times to add more code lines.