Package | Description |
---|---|
net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
net.sf.antcontrib.cpptasks.compiler | |
net.sf.antcontrib.cpptasks.gcc | |
net.sf.antcontrib.cpptasks.gcc.cross | |
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 | |
net.sf.antcontrib.cpptasks.os390 | |
net.sf.antcontrib.cpptasks.os400 | |
net.sf.antcontrib.cpptasks.sun | |
net.sf.antcontrib.cpptasks.types |
Modifier and Type | Method and Description |
---|---|
LibrarySet[] |
LinkerDef.getActiveLibrarySets(LinkerDef[] defaultProviders,
int index)
Returns an array of active library sets for this linker definition.
|
LibrarySet[] |
LinkerDef.getActiveSystemLibrarySets(LinkerDef[] defaultProviders,
int index)
Returns an array of active library sets for this linker definition.
|
LibrarySet[] |
LinkerDef.getActiveUserLibrarySets(LinkerDef[] defaultProviders,
int index)
Returns an array of active library sets for this linker definition.
|
Modifier and Type | Method and Description |
---|---|
void |
CCTask.addLibset(LibrarySet libset)
Adds a library set.
|
void |
LinkerDef.addLibset(LibrarySet libset)
Adds a system library set.
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
CommandLineLinker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
Modifier and Type | Method and Description |
---|---|
String[] |
AbstractLdLinker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
String[] |
GppLinker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
Modifier and Type | Method and Description |
---|---|
String[] |
GppLinker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
Modifier and Type | Method and Description |
---|---|
String[] |
GppLinker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
OS390Linker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
IccLinker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
Modifier and Type | Method and Description |
---|---|
String[] |
C89Linker.addLibrarySets(CCTask task,
LibrarySet[] libsets,
Vector preargs,
Vector midargs,
Vector endargs) |
Modifier and Type | Class and Description |
---|---|
class |
SystemLibrarySet
A set of system library names.
|
Copyright © 2001–2015 Ant-Contrib Project. All rights reserved.