|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.antcontrib.cpptasks.compiler.AbstractProcessor | +--net.sf.antcontrib.cpptasks.compiler.AbstractCompiler | +--net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler | +--net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler | +--net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler | +--net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler | +--net.sf.antcontrib.cpptasks.intel.IntelWin32CCompiler
Adapter for the Intel (r) C++ compiler for 32-bit applications The Intel (r) C++ compiler for IA32 Windows mimics the command options for the Microsoft (r) C++ compiler.
Method Summary | |
static IntelWin32CCompiler |
getInstance()
|
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors |
Methods inherited from class net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler |
addImpliedArgs,
addWarningSwitch,
createPrecompileGeneratingConfig,
createPrecompileUsingConfig,
getDefineSwitch,
getEnvironmentIncludePath,
getIncludeDirSwitch,
getUndefineSwitch |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler |
createParser |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler |
createPrecompileConfigurations |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler |
addIncludes,
buildDefineArguments,
compile,
createConfiguration,
getArgumentCountPerInputFile,
getCommand,
getIdentifier,
getInputFileArgument,
getLibtool,
getLibtoolCompiler,
getMaximumInputFilesPerCommand,
getTotalArgumentLengthForInputFile,
runCommand |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler |
canParse,
createConfiguration,
getBaseOutputName,
getOutputFileName,
parseIncludes,
resolveInclude |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor |
bid,
getIdentifier,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Method Detail |
public static IntelWin32CCompiler getInstance()
public Linker getLinker(LinkType type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |