Uses of Class
net.sf.antcontrib.cpptasks.SubsystemEnum
Packages that use SubsystemEnum
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of SubsystemEnum in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type SubsystemEnumModifier and TypeMethodDescriptionvoid
CCTask.setSubsystem
(SubsystemEnum subsystem) Sets the nature of the subsystem under which that the program will execute. -
Uses of SubsystemEnum in net.sf.antcontrib.cpptasks.compiler
Fields in net.sf.antcontrib.cpptasks.compiler declared as SubsystemEnumMethods in net.sf.antcontrib.cpptasks.compiler with parameters of type SubsystemEnumModifier and TypeMethodDescriptionvoid
LinkType.setSubsystem
(SubsystemEnum subsystem) Sets the subsystem (gui, console, etc).