| Package | Description |
|---|---|
| net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
| net.sf.antcontrib.cpptasks.borland |
Adapter for Borland tools.
|
| net.sf.antcontrib.cpptasks.compiler | |
| net.sf.antcontrib.cpptasks.gcc.cross | |
| net.sf.antcontrib.cpptasks.mozilla |
Compiler adapter for Mozilla's XPCOM compiler.
|
| net.sf.antcontrib.cpptasks.trolltech |
Adapters for Trolltech Qt moc and uic compilers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CCTaskProgressMonitor |
| Modifier and Type | Method and Description |
|---|---|
void |
BorlandResourceCompiler.compile(CCTask task,
File outputDir,
String[] sourceFiles,
String[] args,
String[] endArgs,
boolean relentless,
CommandLineCompilerConfiguration config,
ProgressMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompilerConfiguration.compile(CCTask task,
File outputDir,
String[] sourceFiles,
boolean relentless,
ProgressMonitor monitor) |
void |
CommandLineCompilerConfiguration.compile(CCTask task,
File outputDir,
String[] sourceFiles,
boolean relentless,
ProgressMonitor monitor) |
void |
CommandLineCompiler.compile(CCTask task,
File outputDir,
String[] sourceFiles,
String[] args,
String[] endArgs,
boolean relentless,
CommandLineCompilerConfiguration config,
ProgressMonitor monitor)
Compiles a source file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GccCCompiler.compile(CCTask task,
File outputDir,
String[] sourceFiles,
String[] args,
String[] endArgs,
boolean relentless,
CommandLineCompilerConfiguration config,
ProgressMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
XpidlCompiler.compile(CCTask task,
File outputDir,
String[] sourceFiles,
String[] args,
String[] endArgs,
boolean relentless,
CommandLineCompilerConfiguration config,
ProgressMonitor monitor)
Compiles an .idl file into the corresponding .h and .xpt files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserInterfaceCompiler.compile(CCTask task,
File outputDir,
String[] sourceFiles,
String[] args,
String[] endArgs,
boolean relentless,
CommandLineCompilerConfiguration config,
ProgressMonitor monitor)
Compiles an .ui file into the corresponding .h, .cpp and moc_*.cpp files.
|
Copyright © 2001–2025 Ant-Contrib Project. All rights reserved.