net.sf.antcontrib.cpptasks.compiler
Class LinkType
java.lang.Object
|
+--net.sf.antcontrib.cpptasks.compiler.LinkType
- public class LinkType
- extends java.lang.Object
This class represents the target platform for
the compile and link step. The name is an
anachronism and should be changed.
- Author:
- Curt Arnold
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LinkType
public LinkType()
setSubsystem
public void setSubsystem(SubsystemEnum subsystem)
setOutputType
public void setOutputType(OutputTypeEnum outputType)
setStaticRuntime
public void setStaticRuntime(boolean staticRuntime)
isSharedLibrary
public boolean isSharedLibrary()
isStaticLibrary
public boolean isStaticLibrary()
isExecutable
public boolean isExecutable()
isSubsystemGUI
public boolean isSubsystemGUI()
isSubsystemConsole
public boolean isSubsystemConsole()
isStaticRuntime
public boolean isStaticRuntime()
Copyright © 2001-2002 Ant-Contrib project. All Rights Reserved.