net.sf.antcontrib.cpptasks.openwatcom
Class OpenWatcomCLinker
java.lang.Object
net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
net.sf.antcontrib.cpptasks.compiler.AbstractLinker
net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomCLinker
- All Implemented Interfaces:
- Cloneable, Linker, Processor
public final class OpenWatcomCLinker
- extends OpenWatcomLinker
Adapter for the OpenWatcom linker.
- Author:
- Curt Arnold
Methods inherited from class net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomLinker |
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addMap, addStack, addVersionFiles, getCommandFileSwitch, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileSwitch, isCaseSensitive |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker |
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand |
getInstance
public static OpenWatcomCLinker getInstance()
- Get linker instance.
- Returns:
- OpenWatcomCLinker linker
getLinker
public Linker getLinker(LinkType type)
- Get linker.
- Parameters:
type
- LinkType link type
- Returns:
- Linker linker
Copyright © 2001-2011 Ant-Contrib Project. All Rights Reserved.