* add dragonfly and openbsd to cnetdb target list

(cherry picked from commit 66520ad5ab)
This commit is contained in:
marcoonthegit 2024-01-08 15:29:21 +01:00
parent f19a7fa798
commit d6b504707f

View File

@ -73,7 +73,7 @@ begin
end;
T.ResourceStrings := True;
T:=P.Targets.AddUnit('cnetdb.pp',[linux,freebsd,solaris,android]);
T:=P.Targets.AddUnit('cnetdb.pp',[linux,freebsd,solaris,android,openbsd,dragonfly]);
P.ExamplePath.Add('examples');
P.Targets.AddExampleProgram('examples/ip6test.pp');