Uses of Class
net.sf.antcontrib.cpptasks.LinkerDef
Packages that use LinkerDef
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of LinkerDef in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as LinkerDefModifier and TypeFieldDescriptionprivate final LinkerDef
CCTask.linkerDef
Content that appears inand also in are maintained by a captive CompilerDef instance Methods in net.sf.antcontrib.cpptasks with parameters of type LinkerDefModifier and TypeMethodDescriptionvoid
CCTask.addConfiguredLinker
(LinkerDef linker) Adds a linker definition.LinkerDef.getActiveLibrarySets
(LinkerDef[] defaultProviders, int index) Returns an array of active library sets for this linker definition.LinkerDef.getActiveSystemLibrarySets
(LinkerDef[] defaultProviders, int index) Returns an array of active library sets for this linker definition.LinkerDef.getActiveUserLibrarySets
(LinkerDef[] defaultProviders, int index) Returns an array of active library sets for this linker definition.long
boolean
LinkerDef.getIncremental
(LinkerDef[] defaultProviders, int index) boolean
int
-
Uses of LinkerDef in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type LinkerDefModifier and TypeMethodDescriptionprotected 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)