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 voidBorlandLinker. 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 voidAbstractLinker. 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.voidLinker. 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 voidDevStudioCompatibleLinker. 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 voidOpenWatcomLinker. 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 voidWindowsPlatform. 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.
-