Uses of Class
net.sf.antcontrib.cpptasks.ide.ProjectDef
Packages that use ProjectDef
Package
Description
C++ and other compiled languages build support for Ant.
Project writer for Apple Xcode
Adapter for Borland tools.
Adapters for Microsoft tools.
IDE project file generation.
-
Uses of ProjectDef in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type ProjectDefModifier and TypeMethodDescriptionvoid
CCTask.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 ProjectDefModifier and TypeMethodDescriptionvoid
XcodeProjectWriter.writeProject
(File fileName, CCTask task, ProjectDef projectDef, List sources, 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 ProjectDefModifier and TypeMethodDescriptionvoid
CBuilderXProjectWriter.writeProject
(File fileName, CCTask task, ProjectDef projectDef, List sources, 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 ProjectDefModifier and TypeMethodDescriptionvoid
DevStudioProjectWriter.writeProject
(File fileName, CCTask task, ProjectDef projectDef, List files, Hashtable targets, TargetInfo linkTarget) Writes a project definition file.void
VisualStudioNETProjectWriter.writeProject
(File fileName, CCTask task, ProjectDef projectDef, List sources, Hashtable targets, TargetInfo linkTarget) Writes a project definition file.private void
DevStudioProjectWriter.writeWorkspace
(Writer writer, ProjectDef project, String projectName, File dspFile) -
Uses of ProjectDef in net.sf.antcontrib.cpptasks.ide
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type ProjectDefModifier and TypeMethodDescriptionvoid
ProjectWriter.writeProject
(File baseName, CCTask task, ProjectDef projectDef, List files, Hashtable targets, TargetInfo linkTarget) Write project definition file.