defineset
Set of preprocessor macro defines and undefines.
SourceForge logo
 
Description
Set of preprocessor macro defines and undefines.
 
Parameters
Attribute Description Type
define A comma-separated list of preprocessor macros to define. Use nested define elements to define macro values. net.sf.antcontrib.cpptasks.CUtil.StringArrayBuilder
description Sets a description of the current data type. java.lang.String
id Sets an id that can be used to reference this element. java.lang.String
refid Specifies that this element should behave as if the content of the element with the matching id attribute was inserted at this location. If specified, no other attributes or child content should be specified, other than "description". org.apache.tools.ant.types.Reference
undefine A comma-separated list of preprocessor macros to undefine. net.sf.antcontrib.cpptasks.CUtil.StringArrayBuilder
 
Parameters as nested elements
 
define
Adds a define element.
 
undefine
Adds an undefine element.

Copyright © 2001-2002, Ant-Contrib Project