net.sf.antcontrib.cpptasks.types
Class SystemIncludePath
public
class
SystemIncludePath
extends ConditionalPath
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.
Author: Curt Arnold
public SystemIncludePath(Project project)
public SystemIncludePath(Project p, String path)
public void execute()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.