net.sf.antcontrib.cpptasks.ti
public class ClxxLinker extends CommandLineLinker
| Method Summary | |
|---|---|
| protected void | addBase(long base, Vector args) |
| protected void | addEntry(String entry, Vector args) |
| protected void | addFixed(Boolean fixed, Vector args) |
| protected void | addImpliedArgs(boolean debug, LinkType linkType, Vector args) |
| protected void | addIncremental(boolean incremental, Vector args) |
| protected void | addMap(boolean map, Vector args) |
| protected void | addStack(int stack, Vector args) |
| static ClxxLinker | getCl55DllInstance() |
| static ClxxLinker | getCl55Instance() |
| static ClxxLinker | getCl6xDllInstance() |
| static ClxxLinker | getCl6xInstance() |
| protected String | getCommandFileSwitch(String commandFile) |
| File[] | getLibraryPath() |
| String[] | getLibraryPatterns(String[] libnames, LibraryTypeEnum libType) |
| Linker | getLinker(LinkType linkType) |
| protected int | getMaximumCommandLength() |
| protected String[] | getOutputFileSwitch(String outputFile) |
| boolean | isCaseSensitive() |