From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../cpptasks/types/SystemLibrarySet.html | 325 +++++++++++++++++++++ 1 file changed, 325 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/types/SystemLibrarySet.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/types/SystemLibrarySet.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/types/SystemLibrarySet.html b/site/apidocs/net/sf/antcontrib/cpptasks/types/SystemLibrarySet.html new file mode 100644 index 0000000..e46f7f3 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/types/SystemLibrarySet.html @@ -0,0 +1,325 @@ + + + + + + + +SystemLibrarySet (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.types +
+Class SystemLibrarySet

+
+java.lang.Object
+  extended by org.apache.tools.ant.ProjectComponent
+      extended by org.apache.tools.ant.types.DataType
+          extended by net.sf.antcontrib.cpptasks.types.LibrarySet
+              extended by net.sf.antcontrib.cpptasks.types.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. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.types.DataType
checked, description, ref
+ + + + + + + +
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
+  + + + + + + + + + + +
+Constructor Summary
SystemLibrarySet() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidexecute() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.types.LibrarySet
getDataset, getDir, getFileSet, getLibs, getType, isActive, setCaseSensitive, setDataset, setDir, setIf, setLibs, setProject, setType, setUnless, visitLibraries
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes
+ + + + + + + +
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SystemLibrarySet

+
+public SystemLibrarySet()
+
+
+ + + + + + + + +
+Method Detail
+ +

+execute

+
+public void execute()
+             throws org.apache.tools.ant.BuildException
+
+
+
Overrides:
execute in class LibrarySet
+
+
+ +
Throws: +
org.apache.tools.ant.BuildException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3