Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBuildEngine.CompileDependencies

Compiles all dependencies for a target

Declaration

Source position: fpmkunit.pp line 1446

public procedure TBuildEngine.CompileDependencies(

  APackage: TPackage;

  ATarget: TTarget

);

procedure TBuildEngine.CompileDependencies(

  APackage: TPackage

);

Arguments

APackage

  

Package containing the target with dependencies

ATarget

  

Target whose dependencies to compile

Arguments

APackage

  

Package containing the target with dependencies

Description

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.

See also

Compile

  

Compiles a specific target within a package

TDependency

  

Represents a build dependency in the fpmake system

TTarget

  

Build target representation in the fpmake system


Documentation generated on: Dec 15 2025