Modifier and Type | Method and Description |
---|---|
protected TargetInfo |
CCTask.getLinkTarget(LinkerConfiguration linkerConfig,
Vector objectFiles,
Vector sysObjectFiles,
Map compileTargets,
VersionInfo versionInfo) |
Modifier and Type | Method and Description |
---|---|
void |
TargetHistoryTable.markForRebuild(TargetInfo targetInfo) |
boolean |
DependencyTable.needsRebuild(CCTask task,
TargetInfo target,
int dependencyDepth)
Determines if the specified target needs to be rebuilt.
|
void |
TargetHistoryTable.update(TargetInfo linkTarget) |
Modifier and Type | Method and Description |
---|---|
void |
XcodeProjectWriter.writeProject(File fileName,
CCTask task,
ProjectDef projectDef,
List sources,
Map 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,
Map targets,
TargetInfo linkTarget)
Writes a project definition file.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandLineLinkerConfiguration.link(CCTask task,
TargetInfo linkTarget) |
void |
LinkerConfiguration.link(CCTask task,
TargetInfo linkTarget) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectDef.execute(CCTask task,
List sources,
Map targets,
TargetInfo linkTarget)
Executes the task.
|
void |
ProjectWriter.writeProject(File baseName,
CCTask task,
ProjectDef projectDef,
List files,
Map targets,
TargetInfo linkTarget)
Write project definition file.
|
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.