Class | Description |
---|---|
PreprocessTask |
The class implements an ANT task to allow calls for preprocessing from ANT
build scripts.
|
PreprocessTask.CfgFile |
Inside class describes a "cfgfile" item, it has the only attribute "file",
the attribute must be defined
|
PreprocessTask.Global |
Inside class describes a "global" item, it describes a global variable
which will be added into the preprocessor context It has attributes "name"
and "value", be careful in the value attribute usage because you have to
use """ instead of \" symbol inside string values
|