From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../cpptasks/class-use/TargetMatcher.html | 337 +++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html new file mode 100644 index 0000000..105d4f9 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html @@ -0,0 +1,337 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetMatcher (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetMatcher

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use TargetMatcher
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.platformsPlatform specific utilities. 
+  +

+ + + + + +
+Uses of TargetMatcher in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type TargetMatcher
+ 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
+ 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.
+ 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.
+  +

+ + + + + +
+Uses of TargetMatcher in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type TargetMatcher
+ 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
+ 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
+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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3