DelphiPackageManager / DPM

A Package Manager for Delphi
Apache License 2.0
96 stars 21 forks source link

CopyLocal on runtime packages happens when not needed #20

Open vincentparrett opened 3 years ago

vincentparrett commented 3 years ago

If a project uses runtime packages the copylocal feature will copy the bpl to the output folder, whether the dcp is referenced or not. If the dcp is not referenced, then the runtime package is not used/needed.

Need to check the dcp references before copying, but also need to somehow find the libsuffix used for the bpl.