net.sf.antcontrib.cpptasks.borland
public class BorlandResourceCompiler extends CommandLineCompiler
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) |
void | compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor) |
protected Parser | createParser(File source)
The include parser for C will work just fine, but we didn't want to
inherit from CommandLineCCompiler |
protected int | getArgumentCountPerInputFile() |
protected void | getDefineSwitch(StringBuffer buffer, String define, String value) |
protected File[] | getEnvironmentIncludePath() |
protected String | getIncludeDirSwitch(String includeDir) |
protected String | getInputFileArgument(File outputDir, String filename, int index) |
static BorlandResourceCompiler | getInstance() |
Linker | getLinker(LinkType type) |
int | getMaximumCommandLength() |
protected int | getMaximumInputFilesPerCommand() |
protected int | getTotalArgumentLengthForInputFile(File outputDir, String inputFile) |
protected void | getUndefineSwitch(StringBuffer buffer, String define) |