com.github.maven_nar.cpptasks.openwatcom
Class OpenWatcomCCompiler
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.openwatcom.OpenWatcomCompiler
com.github.maven_nar.cpptasks.openwatcom.OpenWatcomCCompiler
- All Implemented Interfaces:
- Compiler, Processor, Cloneable
public final class OpenWatcomCCompiler
- extends OpenWatcomCompiler
Adapter for the OpenWatcom C Compiler.
- Author:
- Curt Arnold
| 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 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-2013. All Rights Reserved.