Compiles all dependencies for a target
Source position: fpmkunit.pp line 1446
public procedure TBuildEngine.CompileDependencies( |
APackage: TPackage; |
ATarget: TTarget |
); |
APackage: TPackage |
); |
APackage |
|
Package containing the target with dependencies |
ATarget |
|
Target whose dependencies to compile |
APackage |
|
Package containing the target with dependencies |
Ensures that all dependencies for the specified target are compiled before compiling the target itself. This method recursively processes the dependency chain to maintain proper build order.
|
Compiles a specific target within a package |
|
|
Represents a build dependency in the fpmake system |
|
|
Build target representation in the fpmake system |