net.sf.antcontrib.cpptasks.devstudio
Class DevStudio2005CCompiler
java.lang.Object
   net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
       net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
           net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
               net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
                   net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler
net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler
                       net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler
net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler
                           net.sf.antcontrib.cpptasks.devstudio.DevStudio2005CCompiler
net.sf.antcontrib.cpptasks.devstudio.DevStudio2005CCompiler
- All Implemented Interfaces: 
- java.lang.Cloneable, Compiler, PrecompilingCompiler, Processor
- public final class DevStudio2005CCompiler 
- extends DevStudioCompatibleCCompiler
Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
- Author:
- David Haney
 
 
 
 
 
 
| Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler | 
| addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand | 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor | 
| bid | 
 
getInstance
public static DevStudio2005CCompiler getInstance()
- 
 
addDebugSwitch
protected void addDebugSwitch(java.util.Vector args)
- Override the default debug flags to use VC 8 compatible versions.
 
- 
- Overrides:
- addDebugSwitchin class- DevStudioCompatibleCCompiler
 
- 
 
changeEnvironment
public Processor changeEnvironment(boolean newEnvironment,
                                   org.apache.tools.ant.types.Environment env)
- 
- Specified by:
- changeEnvironmentin interface- Processor
- Overrides:
- changeEnvironmentin 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:
- getMaximumCommandLengthin class- CommandLineCompiler
 
- 
 
Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.