Changes between Version 4 and Version 5 of BuildSystemDev


Ignore:
Timestamp:
Mar 21, 2010, 2:14:07 AM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystemDev

    v4 v5  
    153153   This tag imposes the requirement that the code from current token be executed '''before''' the code associated with INIT_TOKEN.
    154154 `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.
    156156 `code C code here`::
    157157   This tag associates some initialization C code to the token. This tag may be used multiple times to add more code lines.