Package | Description |
---|---|
net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
net.sf.antcontrib.cpptasks.compiler |
Modifier and Type | Method and Description |
---|---|
protected LinkerConfiguration |
CCTask.collectExplicitObjectFiles(Vector objectFiles,
Vector sysObjectFiles,
VersionInfo versionInfo) |
Modifier and Type | Method and Description |
---|---|
protected TargetInfo |
CCTask.getLinkTarget(LinkerConfiguration linkerConfig,
Vector objectFiles,
Vector sysObjectFiles,
Hashtable compileTargets,
VersionInfo versionInfo) |
Constructor and Description |
---|
TargetMatcher(CCTask task,
File outputDir,
ProcessorConfiguration[] processors,
LinkerConfiguration linker,
Vector objectFiles,
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 abstract LinkerConfiguration |
AbstractLinker.createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] baseConfigs,
LinkerDef specificConfig,
TargetDef targetPlatform,
VersionInfo versionInfo) |
protected LinkerConfiguration |
CommandLineLinker.createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] baseDefs,
LinkerDef specificDef,
TargetDef targetPlatform,
VersionInfo versionInfo) |
Copyright © 2001–2016 Ant-Contrib Project. All rights reserved.