Changes between Version 15 and Version 16 of BuildSystem


Ignore:
Timestamp:
Mar 5, 2010, 12:09:07 PM (14 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v15 v16  
    146146{{{
    147147# New source code module to be compiled
    148 # CONFIG_MODULES name:module_dir
    149   CONFIG_MODULES hello:$(CONFIGPATH)
     148# %append MODULES name:module_dir
     149  %append MODULES hello:$(CONFIGPATH)
    150150}}}
    151151
     
    170170 `%set variable content`::
    171171   Set a variable which can be expanded using {{{$(variable)}}} syntax. Environment is initially imported as variables. Moreover {{{$(CONFIGPATH)}}} and {{{$(CONFIGSECTION)}}} are predefined special variables.
     172 `%append variable content`::
     173   Appends content to a variable.
    172174 `%warning text`::
    173175   Produce a warning message