Package | Description |
---|---|
net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
net.sf.antcontrib.cpptasks.compiler |
Modifier and Type | Class and Description |
---|---|
class |
CompilerParam
Place class description here.
|
class |
LinkerParam
Place class description here.
|
Modifier and Type | Method and Description |
---|---|
ProcessorParam[] |
ProcessorDef.getActiveProcessorParams()
Prepares list of processor arguments ( compilerarg, linkerarg) that
are active for the current project settings.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessorDef.addConfiguredProcessorParam(ProcessorParam param)
Adds a
|
Modifier and Type | Field and Description |
---|---|
private ProcessorParam[] |
CommandLineLinkerConfiguration.params |
private ProcessorParam[] |
CommandLineCompilerConfiguration.params |
Modifier and Type | Method and Description |
---|---|
ProcessorParam[] |
ProcessorConfiguration.getParams() |
ProcessorParam[] |
CommandLineLinkerConfiguration.getParams() |
ProcessorParam[] |
CommandLineCompilerConfiguration.getParams() |
Constructor and Description |
---|
CommandLineCompilerConfiguration(CommandLineCompiler compiler,
java.lang.String identifier,
java.io.File[] includePath,
java.io.File[] sysIncludePath,
java.io.File[] envIncludePath,
java.lang.String includePathIdentifier,
java.lang.String[] args,
ProcessorParam[] params,
boolean rebuild,
java.lang.String[] endArgs) |
CommandLineLinkerConfiguration(CommandLineLinker linker,
java.lang.String identifier,
java.lang.String[][] args,
ProcessorParam[] params,
boolean rebuild,
boolean map,
boolean debug,
java.lang.String[] libraryNames,
java.lang.String startupObject) |