Creates a new build engine instance
Source position: fpmkunit.pp line 1412
public constructor TBuildEngine.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Component owner for the build engine instance |
Creates a new TBuildEngine instance and initializes all internal components needed for package compilation, installation, and management.
The build engine handles compilation processes, dependency resolution, file operations, and package installation coordination.