net.sf.antcontrib.cpptasks.devstudio
public abstract class DevStudioCompatibleCCompiler extends PrecompilingCommandLineCCompiler
| Constructor Summary | |
|---|---|
| protected | DevStudioCompatibleCCompiler(String command, String identifierArg, boolean newEnvironment, Environment env) |
| Method Summary | |
|---|---|
| protected void | addDebugSwitch(Vector args) |
| protected void | addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization) |
| protected void | addWarningSwitch(Vector args, int level) |
| 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) |
| protected void | getUndefineSwitch(StringBuffer buffer, String define) |