net.sf.antcontrib.cpptasks.devstudio

Class DevStudio2005CCompiler

public final class DevStudio2005CCompiler extends DevStudioCompatibleCCompiler

Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler

Author: David Haney

Method Summary
protected voidaddDebugSwitch(Vector args)
Override the default debug flags to use VC 8 compatible versions.
ProcessorchangeEnvironment(boolean newEnvironment, Environment env)
static DevStudio2005CCompilergetInstance()
LinkergetLinker(LinkType type)
intgetMaximumCommandLength()

Method Detail

addDebugSwitch

protected void addDebugSwitch(Vector args)
Override the default debug flags to use VC 8 compatible versions.

changeEnvironment

public Processor changeEnvironment(boolean newEnvironment, Environment env)

getInstance

public static DevStudio2005CCompiler getInstance()

getLinker

public Linker getLinker(LinkType type)

getMaximumCommandLength

public int getMaximumCommandLength()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.