net.sf.antcontrib.cpptasks.devstudio
public abstract class DevStudioCompatibleLinker extends CommandLineLinker
Constructor Summary | |
---|---|
DevStudioCompatibleLinker(String command, String identifierArg, String outputSuffix) |
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) |
void | addVersionFiles(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher)
Adds source or object files to the bidded fileset to
support version information.
|
String | getCommandFileSwitch(String commandFile) |
File[] | getLibraryPath() |
String[] | getLibraryPatterns(String[] libnames, LibraryTypeEnum libType) |
int | getMaximumCommandLength() |
String[] | getOutputFileSwitch(String outputFile) |
boolean | isCaseSensitive() |
Parameters: versionInfo version information linkType link type isDebug true if debug build outputFile name of generated executable objDir directory for generated files matcher bidded fileset