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 TypeMethodDescriptionvoidCCTask.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 TypeMethodDescriptionvoidXcodeProjectWriter.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 TypeMethodDescriptionvoidCBuilderXProjectWriter.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 TypeMethodDescriptionvoidDevStudioProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List files, Hashtable targets, TargetInfo linkTarget) Writes a project definition file.voidVisualStudioNETProjectWriter.writeProject(File fileName, CCTask task, ProjectDef projectDef, List sources, Hashtable targets, TargetInfo linkTarget) Writes a project definition file.private voidDevStudioProjectWriter.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 TypeMethodDescriptionvoidProjectWriter.writeProject(File baseName, CCTask task, ProjectDef projectDef, List files, Hashtable targets, TargetInfo linkTarget) Write project definition file.