net.sf.antcontrib.cpptasks.borland
public class BorlandCCompiler extends PrecompilingCommandLineCCompiler
| Method Summary | |
|---|---|
| protected void | addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization) |
| protected void | addWarningSwitch(Vector args, int level) |
| Processor | changeEnvironment(boolean newEnvironment, Environment env) |
| protected CompilerConfiguration | createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude) |
| protected CompilerConfiguration | createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles) |
| protected void | getDefineSwitch(StringBuffer buffer, String define, String value) |
| protected File[] | getEnvironmentIncludePath() |
| protected String | getIncludeDirSwitch(String includeDir) |
| static BorlandCCompiler | getInstance() |
| Linker | getLinker(LinkType type) |
| int | getMaximumCommandLength() |
| protected void | getUndefineSwitch(StringBuffer buffer, String define) |