|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerDef | |
---|---|
net.sf.antcontrib.cpptasks | C++ and other compiled languages build support for Ant. |
net.sf.antcontrib.cpptasks.compiler | |
net.sf.antcontrib.cpptasks.os390 |
Uses of CompilerDef in net.sf.antcontrib.cpptasks |
---|
Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerDef | |
---|---|
void |
CCTask.addConfiguredCompiler(CompilerDef compiler)
Adds a compiler definition or reference. |
PrecompileDef |
CompilerDef.getActivePrecompile(CompilerDef ccElement)
|
boolean |
CompilerDef.getExceptions(CompilerDef[] defaultProviders,
int index)
|
boolean |
CompilerDef.getMultithreaded(CompilerDef[] defaultProviders,
int index)
|
OptimizationEnum |
CompilerDef.getOptimization(CompilerDef[] defaultProviders,
int index)
|
java.lang.Boolean |
CompilerDef.getRtti(CompilerDef[] defaultProviders,
int index)
|
int |
CompilerDef.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 CompilerDef | |
---|---|
protected void |
CommandLineCompiler.buildDefineArguments(CompilerDef[] defs,
java.util.Vector args)
|
protected CompilerConfiguration |
CommandLineCompiler.createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] baseDefs,
CompilerDef specificDef,
TargetDef targetPlatform,
VersionInfo versionInfo)
|
protected abstract CompilerConfiguration |
AbstractCompiler.createConfiguration(CCTask task,
LinkType linkType,
ProcessorDef[] baseConfigs,
CompilerDef specificConfig,
TargetDef targetPlatform,
VersionInfo versionInfo)
|
Uses of CompilerDef in net.sf.antcontrib.cpptasks.os390 |
---|
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CompilerDef | |
---|---|
protected void |
OS390CCompiler.buildDefineArguments(CompilerDef[] defs,
java.util.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(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |