Uses of Class
net.sf.antcontrib.cpptasks.CompilerDef
Packages that use CompilerDef
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of CompilerDef in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as CompilerDefModifier and TypeFieldDescriptionprivate final CompilerDefCCTask.compilerDefContent that appears inand also in are maintained by a captive CompilerDef instance Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerDefModifier and TypeMethodDescriptionvoidCCTask.addConfiguredCompiler(CompilerDef compiler) Adds a compiler definition or reference.CompilerDef.getActivePrecompile(CompilerDef ccElement) final booleanCompilerDef.getExceptions(CompilerDef[] defaultProviders, int index) booleanCompilerDef.getMultithreaded(CompilerDef[] defaultProviders, int index) final OptimizationEnumCompilerDef.getOptimization(CompilerDef[] defaultProviders, int index) final BooleanCompilerDef.getRtti(CompilerDef[] defaultProviders, int index) intCompilerDef.getWarnings(CompilerDef[] defaultProviders, int index) -
Uses of CompilerDef in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CompilerDefModifier and TypeMethodDescriptionprotected voidCommandLineCompiler.buildDefineArguments(CompilerDef[] defs, Vector args) protected abstract CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo) protected CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo) -
Uses of CompilerDef in net.sf.antcontrib.cpptasks.os390
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CompilerDefModifier and TypeMethodDescriptionprotected voidOS390CCompiler.buildDefineArguments(CompilerDef[] defs, Vector args) The buildDefineArguments implementation CommandLineCCompiler is not good for us because os390 defines are give by -D definex instead of /Ddefinex, 2 args not 1! since we implement this ourslefs, we do not have to implement the getDefineSwitch() and the getUndefineSwitch().