Add dependencies for fprpcclient on fpwebclient and fphttpwebclient units

This commit is contained in:
Pierre Muller 2024-07-09 21:52:47 +00:00
parent d851553f41
commit fe80f43e4e

View File

@ -346,6 +346,8 @@ begin
end;
T:=P.Targets.AddUnit('fprpcclient.pp');
T.OSes:=SocketsOSes;
T.Dependencies.AddUnit('fpwebclient');
T.Dependencies.AddUnit('fphttpwebclient');
T:=P.Targets.AddUnit('fprpccodegen.pp');
T:=P.Targets.AddUnit('fpdispextdirect.pp');
T.OSes:=AllOSes-[wasi];