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/devstudio/DevStudioProjectWriter.html | 286 +++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioProjectWriter.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioProjectWriter.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioProjectWriter.html b/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioProjectWriter.html new file mode 100644 index 0000000..569fcfd --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/devstudio/DevStudioProjectWriter.html @@ -0,0 +1,286 @@ + + + + + + + +DevStudioProjectWriter (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.devstudio +
+Class DevStudioProjectWriter

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.devstudio.DevStudioProjectWriter
+
+
+
All Implemented Interfaces:
ProjectWriter
+
+
+
+
public final class DevStudioProjectWriter
extends java.lang.Object
implements ProjectWriter
+ + +

+Writes a Microsoft Visual Studio 97 or Visual Studio 6 project file. + + Status: Collects file list but does not pick + up libraries and settings from project. +

+ +

+

+
Author:
+
curta
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DevStudioProjectWriter(java.lang.String versionArg) + +
+          Constructor.
+  + + + + + + + + + + + +
+Method Summary
+ voidwriteProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DevStudioProjectWriter

+
+public DevStudioProjectWriter(java.lang.String versionArg)
+
+
Constructor. +

+

+
Parameters:
versionArg - String Visual Studio version.
+
+ + + + + + + + +
+Method Detail
+ +

+writeProject

+
+public void writeProject(java.io.File fileName,
+                         CCTask task,
+                         ProjectDef projectDef,
+                         java.util.List files,
+                         java.util.Hashtable targets,
+                         TargetInfo linkTarget)
+                  throws java.io.IOException
+
+
Writes a project definition file. +

+

+
Specified by:
writeProject in interface ProjectWriter
+
+
+
Parameters:
fileName - File name base, writer may append appropriate extension
task - cc task for which to write project
projectDef - project element
files - source files
targets - compilation targets
linkTarget - link target +
Throws: +
java.io.IOException - if error writing project file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3