|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProjectDef in com.github.maven_nar.cpptasks |
|---|
| Methods in com.github.maven_nar.cpptasks with parameters of type ProjectDef | |
|---|---|
void |
CCTask.addProject(ProjectDef projectDef)
Specifies the generation of IDE project file. |
| Uses of ProjectDef in com.github.maven_nar.cpptasks.apple |
|---|
| Methods in com.github.maven_nar.cpptasks.apple with parameters of type ProjectDef | |
|---|---|
void |
XcodeProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Map targets,
TargetInfo linkTarget)
Writes a project definition file. |
| Uses of ProjectDef in com.github.maven_nar.cpptasks.borland |
|---|
| Methods in com.github.maven_nar.cpptasks.borland with parameters of type ProjectDef | |
|---|---|
void |
CBuilderXProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Map targets,
TargetInfo linkTarget)
Writes a project definition file. |
| Uses of ProjectDef in com.github.maven_nar.cpptasks.devstudio |
|---|
| Methods in com.github.maven_nar.cpptasks.devstudio with parameters of type ProjectDef | |
|---|---|
void |
VisualStudioNETProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Map targets,
TargetInfo linkTarget)
Writes a project definition file. |
void |
DevStudioProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List files,
Map targets,
TargetInfo linkTarget)
Writes a project definition file. |
| Uses of ProjectDef in com.github.maven_nar.cpptasks.ide |
|---|
| Methods in com.github.maven_nar.cpptasks.ide with parameters of type ProjectDef | |
|---|---|
void |
ProjectWriter.writeProject(File baseName,
CCTask task,
ProjectDef projectDef,
List files,
Map targets,
TargetInfo linkTarget)
Write project definition file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||