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/ide/class-use/ProjectDef.html | 326 +++++++++++++++++++++ 1 file changed, 326 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html new file mode 100644 index 0000000..b09a105 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/class-use/ProjectDef.html @@ -0,0 +1,326 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ide.ProjectDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ide.ProjectDef

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use ProjectDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type ProjectDef
+ voidCCTask.addProject(ProjectDef projectDef) + +
+          Specifies the generation of IDE project file.
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks.apple
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type ProjectDef
+ voidXcodeProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type ProjectDef
+ voidCBuilderXProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type ProjectDef
+ voidVisualStudioNETProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ voidDevStudioProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of ProjectDef in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type ProjectDef
+ voidProjectWriter.writeProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

+


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