net.sf.antcontrib.cpptasks.borland
public final class BorlandProcessor extends Object
Method Summary | |
---|---|
static void | addWarningSwitch(Vector args, int level) |
static void | getDefineSwitch(StringBuffer buffer, String define, String value) |
static File[] | getEnvironmentPath(String toolName, char switchChar, String[] defaultRelativePath)
This method extracts path information from the appropriate .cfg file in
the install directory.
|
static String | getIncludeDirSwitch(String includeOption, String includeDir) |
static String[] | getLibraryPatterns(String[] libnames, LibraryTypeEnum libType) |
static String[] | getOutputFileSwitch(String outFile) |
static void | getUndefineSwitch(StringBuffer buffer, String define) |
static boolean | isCaseSensitive() |
static String[] | prepareResponseFile(File outputFile, String[] args, String continuation)
Prepares argument list to execute the linker using a response file.
|
static void | quoteFile(StringBuffer buf, String outPath) |
Parameters: toolName Tool name, for example, "bcc32", "brc32", "ilink32" switchChar Command line switch character, for example "L" for libraries defaultRelativePath default path relative to executable directory
Returns: path
Parameters: outputFile linker output file args output of prepareArguments
Returns: arguments for runTask