net.sf.antcontrib.cpptasks.compiler
public class LinkType extends Object
Constructor Summary | |
---|---|
LinkType()
Constructor
By default, an gui executable with a dynamically linked runtime
|
Method Summary | |
---|---|
String | getOutputType()
Gets the output type. |
String | getSubsystem()
Get subsystem name. |
boolean | isExecutable()
Gets whether the link should produce an executable
|
boolean | isPluginModule()
Gets whether the link should produce a plugin module.
|
boolean | isSharedLibrary()
Gets whether the link should produce a shared library.
|
boolean | isStaticLibrary()
Gets whether the link should produce a static library.
|
boolean | isStaticRuntime()
Gets whether the module should use a statically linked runtime library.
|
boolean | isSubsystemConsole()
Gets whether the link should produce a module for a console subsystem.
|
boolean | isSubsystemGUI()
Gets whether the link should produce a module for a graphical user
interface subsystem.
|
void | setOutputType(OutputTypeEnum outputType)
Sets the output type (execuable, shared, etc).
|
void | setStaticRuntime(boolean staticRuntime)
Requests use of a static runtime library.
|
void | setSubsystem(SubsystemEnum subsystem)
Sets the subsystem (gui, console, etc).
|
Returns: output type
Returns: subsystem name
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Parameters: outputType may not be null
Parameters: staticRuntime if true, use static runtime library if possible.
Parameters: subsystem subsystem, may not be null