net.sf.antcontrib.cpptasks.gcc
public final class WindresResourceCompiler 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) |
| 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() |
| String | getIdentifier() |
| protected String | getIncludeDirSwitch(String includeDir) |
| protected String | getInputFileArgument(File outputDir, String filename, int index) |
| static WindresResourceCompiler | getInstance() |
| Linker | getLinker(LinkType type) |
| int | getMaximumCommandLength() |
| protected int | getMaximumInputFilesPerCommand() |
| protected int | getTotalArgumentLengthForInputFile(File outputDir, String inputFile) |
| protected void | getUndefineSwitch(StringBuffer buffer, String define) |