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