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

Constructor Summary
SystemIncludePath(Project project)
SystemIncludePath(Project p, String path)
Method Summary
voidexecute()

Constructor Detail

SystemIncludePath

public SystemIncludePath(Project project)

SystemIncludePath

public SystemIncludePath(Project p, String path)

Method Detail

execute

public void execute()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.