Uses of Class
net.sf.antcontrib.cpptasks.TargetMatcher
Packages that use TargetMatcher
Package
Description
Adapter for Borland tools.
Adapters for Microsoft tools.
Adapters for OpenWatcom compilers and tools.
Platform specific utilities.
-
Uses of TargetMatcher in net.sf.antcontrib.cpptasks.borland
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type TargetMatcherModifier and TypeMethodDescriptionvoid
BorlandLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information. -
Uses of TargetMatcher in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetMatcherModifier and TypeMethodDescriptionvoid
AbstractLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information.void
Linker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information. -
Uses of TargetMatcher in net.sf.antcontrib.cpptasks.devstudio
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type TargetMatcherModifier and TypeMethodDescriptionvoid
DevStudioCompatibleLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information. -
Uses of TargetMatcher in net.sf.antcontrib.cpptasks.openwatcom
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type TargetMatcherModifier and TypeMethodDescriptionfinal void
OpenWatcomLinker.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information. -
Uses of TargetMatcher in net.sf.antcontrib.cpptasks.platforms
Methods in net.sf.antcontrib.cpptasks.platforms with parameters of type TargetMatcherModifier and TypeMethodDescriptionstatic void
WindowsPlatform.addVersionFiles
(VersionInfo versionInfo, LinkType linkType, File outputFile, boolean isDebug, File objDir, TargetMatcher matcher) Adds source or object files to the bidded fileset to support version information.