net.sf.antcontrib.cpptasks.openwatcom
public final class OpenWatcomProcessor extends Object
Method Summary | |
---|---|
static void | addWarningSwitch(Vector args, int level)
Adds warning command line options.
|
static String | getCommandFileSwitch(String cmdFile)
Gets command line option to read from an option file.
|
static void | getDefineSwitch(StringBuffer buffer, String define, String value)
Creates a command line option to define a preprocessor macro.
|
static String | getIncludeDirSwitch(String includeDir)
Create a command line option to add a directory to the include path. |
static String[] | getLibraryPatterns(String[] libnames, LibraryTypeEnum libType)
Get file selectors for specified libraries. |
static String[] | getOutputFileSwitch(String outPath)
Builds command line options to specify the output file names.
|
static void | getUndefineSwitch(StringBuffer buffer, String define)
Builds a command line option to undefine a preprocessor macro. |
static boolean | isCaseSensitive()
Gets whether processor tratement of file names is case-sensitive. |
Parameters: args Vector list of options level int value of WarningLevelEnum
Parameters: cmdFile String file name for option file
Returns: String Command line option
Parameters: buffer StringBuffer destination buffer define String parameter to define value String value, may be null
Parameters: includeDir String directory
Returns: String command line option
Parameters: libnames library names libType library type
Returns: file selectors
Parameters: outPath String path to output file
Returns: String[] command line options
Parameters: buffer StringBuffer destination define String macro to be undefined
Returns: boolean true if case sensitive