net.sf.antcontrib.cpptasks.openwatcom
Class OpenWatcomCCompiler
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.openwatcom.OpenWatcomCompiler
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCCompiler
- All Implemented Interfaces:
- Cloneable, Compiler, Processor
public final class OpenWatcomCCompiler
- extends OpenWatcomCompiler
Adapter for the OpenWatcom C Compiler.
- Author:
- Curt Arnold
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler |
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getIncludeDirSwitch, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand |
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor |
bid |
getInstance
public static OpenWatcomCCompiler getInstance()
- Get compiler.
- Returns:
- OpenWatcomCCompiler compiler
createParser
public Parser createParser(File source)
- Create parser.
- Specified by:
createParser
in class AbstractCompiler
- Parameters:
source
- File file to be parsed.
- Returns:
- Parser parser
getLinker
public Linker getLinker(LinkType type)
- Get linker.
- Parameters:
type
- link type
- Returns:
- linker
Copyright © 2001-2011. All Rights Reserved.