fcl-image added psdcomn to package

(cherry picked from commit 0b7e107b76)
This commit is contained in:
Massimo Magnano 2023-07-13 08:28:22 +02:00 committed by marcoonthegit
parent a1c785ef32
commit a35b817fd3

View File

@ -175,10 +175,12 @@ begin
begin
AddUnit('fpimage');
end;
T:=P.Targets.AddUnit('psdcomn.pas');
T:=P.Targets.AddUnit('fpreadpsd.pas');
with T.Dependencies do
begin
AddUnit('fpimage');
AddUnit('psdcomn');
end;
T:=P.Targets.AddUnit('xwdfile.pp');
T:=P.Targets.AddUnit('fpreadxwd.pas');