com.github.maven_nar.cpptasks.devstudio
Class DevStudio2005CCompiler
java.lang.Object
com.github.maven_nar.cpptasks.compiler.AbstractProcessor
com.github.maven_nar.cpptasks.compiler.AbstractCompiler
com.github.maven_nar.cpptasks.compiler.CommandLineCompiler
com.github.maven_nar.cpptasks.compiler.PrecompilingCommandLineCompiler
com.github.maven_nar.cpptasks.compiler.PrecompilingCommandLineCCompiler
com.github.maven_nar.cpptasks.devstudio.DevStudioCompatibleCCompiler
com.github.maven_nar.cpptasks.devstudio.DevStudio2005CCompiler
- All Implemented Interfaces:
- Compiler, PrecompilingCompiler, Processor, Cloneable
public final class DevStudio2005CCompiler
- extends DevStudioCompatibleCCompiler
Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
- Author:
- David Haney
| Methods inherited from class com.github.maven_nar.cpptasks.compiler.CommandLineCompiler |
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getCommandWithPath, getIdentifier, getIncludeDirSwitch, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand |
| Methods inherited from interface com.github.maven_nar.cpptasks.compiler.Processor |
bid |
getInstance
public static DevStudio2005CCompiler getInstance()
addDebugSwitch
protected void addDebugSwitch(Vector args)
- Override the default debug flags to use VC 8 compatible versions.
- Overrides:
addDebugSwitch in class DevStudioCompatibleCCompiler
changeEnvironment
public Processor changeEnvironment(boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
- Specified by:
changeEnvironment in interface Processor- Overrides:
changeEnvironment in class AbstractProcessor
getLinker
public Linker getLinker(LinkType type)
- Description copied from interface:
Processor
- Gets the linker that is associated with this processors
getMaximumCommandLength
public int getMaximumCommandLength()
- Specified by:
getMaximumCommandLength in class CommandLineCompiler
Copyright © 2001-2013. All Rights Reserved.