Uses of Class
net.sf.antcontrib.cpptasks.TargetDef
Packages that use TargetDef
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of TargetDef in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks that return TargetDefMethods in net.sf.antcontrib.cpptasks with parameters of type TargetDefModifier and TypeMethodDescriptionvoidCCTask.addConfiguredTarget(TargetDef target) Adds a target definition or reference (Non-functional prototype).ProcessorDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform, VersionInfo versionInfo) Creates a configuration -
Uses of TargetDef in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetDefModifier and TypeMethodDescriptionprotected abstract CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) protected abstract LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, LinkerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) AbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) protected CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo) protected LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, LinkerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo) Processor.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] defaultProviders, ProcessorDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) Returns the compiler configuration foror element.