Package | Description |
---|---|
net.sf.antcontrib.cpptasks |
C++ and other compiled languages build support for Ant.
|
net.sf.antcontrib.cpptasks.apple |
Project writer for Apple Xcode
|
net.sf.antcontrib.cpptasks.borland |
Adapter for Borland tools.
|
net.sf.antcontrib.cpptasks.devstudio |
Adapters for Microsoft tools.
|
net.sf.antcontrib.cpptasks.ide |
IDE project file generation.
|
Modifier and Type | Method and Description |
---|---|
void |
CCTask.addProject(ProjectDef projectDef)
Specifies the generation of IDE project file.
|
Modifier and Type | Method and Description |
---|---|
void |
XcodeProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Hashtable targets,
TargetInfo linkTarget)
Writes a project definition file.
|
Modifier and Type | Method and Description |
---|---|
void |
CBuilderXProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Hashtable targets,
TargetInfo linkTarget)
Writes a project definition file.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualStudioNETProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Hashtable targets,
TargetInfo linkTarget)
Writes a project definition file.
|
void |
DevStudioProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List files,
Hashtable targets,
TargetInfo linkTarget)
Writes a project definition file.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectWriter.writeProject(File baseName,
CCTask task,
ProjectDef projectDef,
List files,
Hashtable targets,
TargetInfo linkTarget)
Write project definition file.
|
Copyright © 2001–2015 Ant-Contrib Project. All rights reserved.