net.sf.antcontrib.cpptasks.types
Class SystemLibrarySet
public class SystemLibrarySet
A set of system library names. Timestamp or location of system libraries are
not considered in dependency analysis.
Libraries can also be added to a link by specifying them in a fileset.
For most Unix-like compilers, syslibset will result in a series of -l and -L
linker arguments. For Windows compilers, the library names will be used to
locate the appropriate library files which will be added to the linkers
input file list as if they had been specified in a fileset.
execute , getDataset , getDir , getFileSet , getLibs , getType , isActive , setCaseSensitive , setDataset , setDir , setIf , setLibs , setProject , setType , setUnless , visitLibraries |
SystemLibrarySet
public SystemLibrarySet()
execute
public void execute()
throws org.apache.tools.ant.BuildException
- execute in interface LibrarySet
Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.