net.sf.antcontrib.cpptasks.types
Class SystemIncludePath
public class SystemIncludePath
A system include path.
Files located using a system include path will not participate in dependency
analysis.
Standard include paths for a compiler should not be specified since these
should be determined from environment variables or configuration files by
the compiler adapter.
Works like other paths in Ant with with the addition of "if" and "unless"
conditions.
SystemIncludePath
public SystemIncludePath(Project project)
SystemIncludePath
public SystemIncludePath(Project p,
String path)
execute
public void execute()
throws org.apache.tools.ant.BuildException
Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.