Uses of Class
net.sf.antcontrib.cpptasks.OutputTypeEnum
Packages that use OutputTypeEnum
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of OutputTypeEnum in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type OutputTypeEnumModifier and TypeMethodDescriptionvoid
CCTask.setLink
(OutputTypeEnum outputType) Deprecated.void
CCTask.setOuttype
(OutputTypeEnum outputType) Sets the output file type. -
Uses of OutputTypeEnum in net.sf.antcontrib.cpptasks.compiler
Fields in net.sf.antcontrib.cpptasks.compiler declared as OutputTypeEnumMethods in net.sf.antcontrib.cpptasks.compiler with parameters of type OutputTypeEnumModifier and TypeMethodDescriptionvoid
LinkType.setOutputType
(OutputTypeEnum outputType) Sets the output type (execuable, shared, etc).