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 --- site/antdocs/LibrarySet.html | 291 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 site/antdocs/LibrarySet.html (limited to 'site/antdocs/LibrarySet.html') diff --git a/site/antdocs/LibrarySet.html b/site/antdocs/LibrarySet.html new file mode 100644 index 0000000..d46fe9a --- /dev/null +++ b/site/antdocs/LibrarySet.html @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + cpptasks: Compile tasks for Apache Ant - libset + + + + + + + +
+ +
+
+
+

+libset

+

+Description

+A set of library names. Libraries can also be added to a link by specifying + them in a fileset. + + For most Unix-like compilers, libset 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.
+

+parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attribute +Description +Type +
casesensitiveSets case sensitivity of the file system. If not set, will default to + the linker's case sensitivity.boolean
datasetSets the dataset. Used on OS390 if the libs are in a dataset.String
descriptionString
dirLibrary directory.File
ifSets the property name for the 'if' condition. + + The library set will be ignored unless the property is defined. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") will throw an exception when + evaluated.String
libsComma-separated list of library names without leading prefixes, such as + "lib", or extensions, such as ".so" or ".a".StringArrayBuilder +
refidReference
typeSets the preferred library type. Supported values "shared", "static", and + "framework". "framework" is equivalent to "shared" on non-Darwin platforms.LibraryTypeEnum +
unlessSet the property name for the 'unless' condition. + + If named property is set, the library set will be ignored. + + The value of the property is insignificant, but values that would imply + misinterpretation ("false", "no") of the behavior will throw an + exception when evaluated.String
+
+
+ +
+
+
+
+
+ + + -- cgit v1.2.3