net.sf.antcontrib.cpptasks.types

Class SystemLibrarySet


public class SystemLibrarySet
extends LibrarySet

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.

Constructor Summary

SystemLibrarySet()

Method Summary

void
execute()

Methods inherited from class net.sf.antcontrib.cpptasks.types.LibrarySet

execute, getDataset, getDir, getFileSet, getLibs, getType, isActive, setCaseSensitive, setDataset, setDir, setIf, setLibs, setProject, setType, setUnless, visitLibraries

Constructor Details

SystemLibrarySet

public SystemLibrarySet()

Method Details

execute

public void execute()
            throws org.apache.tools.ant.BuildException
Overrides:
execute in interface LibrarySet

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.