net.sf.antcontrib.cpptasks.devstudio
public abstract class DevStudioCompatibleLibrarian extends CommandLineLinker
Constructor Summary | |
---|---|
DevStudioCompatibleLibrarian(String command, String identifierArg) |
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) |
protected String | getCommandFileSwitch(String cmdFile) |
File[] | getLibraryPath() |
String[] | getLibraryPatterns(String[] libnames, LibraryTypeEnum libType) |
int | getMaximumCommandLength() |
String[] | getOutputFileSwitch(String outFile) |
boolean | isCaseSensitive() |