public abstract class DevStudioCompatibleCCompiler extends PrecompilingCommandLineCCompiler
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier | Constructor and Description |
|---|---|
protected |
DevStudioCompatibleCCompiler(String command,
String identifierArg,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
| Modifier and Type | Method and Description |
|---|---|
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) |
createParsercreatePrecompileConfigurationsaddIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumCommandLength, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommandcanParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveIncludebid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbid, changeEnvironment, getLinkerprotected void addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompilerprotected void addDebugSwitch(Vector args)
protected void addWarningSwitch(Vector args, int level)
addWarningSwitch in class CommandLineCompilerprotected CompilerConfiguration createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude)
createPrecompileGeneratingConfig in class PrecompilingCommandLineCompilerprotected CompilerConfiguration createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, File prototype, String lastInclude, String[] exceptFiles)
createPrecompileUsingConfig in class PrecompilingCommandLineCompilerprotected void getDefineSwitch(StringBuffer buffer, String define, String value)
getDefineSwitch in class CommandLineCompilerprotected File[] getEnvironmentIncludePath()
getEnvironmentIncludePath in class CommandLineCompilerprotected String getIncludeDirSwitch(String includeDir)
getIncludeDirSwitch in class CommandLineCompilerprotected void getUndefineSwitch(StringBuffer buffer, String define)
getUndefineSwitch in class CommandLineCompilerCopyright © 2001–2025 Ant-Contrib Project. All rights reserved.