fcl-image added psdcomn to package

This commit is contained in:
Massimo Magnano 2023-07-13 08:28:22 +02:00
parent 868f58b225
commit 074cb724ed

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');