Package | Description |
---|---|
net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
net.sf.antcontrib.cpptasks.compiler |
Modifier and Type | Field and Description |
---|---|
private LinkerConfiguration |
TargetMatcher.linker |
Modifier and Type | Method and Description |
---|---|
protected LinkerConfiguration |
CCTask.collectExplicitObjectFiles(java.util.Vector objectFiles,
java.util.Vector sysObjectFiles,
VersionInfo versionInfo) |
Modifier and Type | Method and Description |
---|---|
protected TargetInfo |
CCTask.getLinkTarget(LinkerConfiguration linkerConfig,
java.util.Vector objectFiles,
java.util.Vector sysObjectFiles,
java.util.Hashtable compileTargets,
VersionInfo versionInfo) |
private java.util.Hashtable |
CCTask.getTargets(LinkerConfiguration linkerConfig,
java.util.Vector objectFiles,
VersionInfo versionInfo,
java.io.File outputFile)
This method collects a Hashtable, keyed by output file name, of
TargetInfo's for every source file that is specified in the filesets of
the
|
Constructor and Description |
---|
TargetMatcher(CCTask task,
java.io.File outputDir,
ProcessorConfiguration[] processors,
LinkerConfiguration linker,
java.util.Vector objectFiles,
java.util.Hashtable targets,
VersionInfo versionInfo) |
Modifier and Type | Class and Description |
---|---|
class |
CommandLineLinkerConfiguration
A configuration for a command line linker
|
Modifier and Type | Method and Description |
---|---|
protected LinkerConfiguration |
CommandLineLinker.createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] baseDefs,
LinkerDef specificDef,
TargetDef targetPlatform,
VersionInfo versionInfo) |
protected abstract LinkerConfiguration |
AbstractLinker.createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] baseConfigs,
LinkerDef specificConfig,
TargetDef targetPlatform,
VersionInfo versionInfo) |