Add package desciption and remove limitation to darwin and iphonesim systems only

git-svn-id: trunk@42777 -
This commit is contained in:
pierre 2019-08-23 15:11:36 +00:00
parent b0b2218cca
commit deaeac82d0

View File

@ -16,6 +16,7 @@ begin
begin
P:=AddPackage('utils-fpcreslipo');
P.ShortName:='fpcreslipo';
P.Description:='Free Pascal External Resource Thinner';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
@ -29,7 +30,7 @@ begin
P.Version:='3.3.1';
P.Dependencies.Add('fcl-res');
P.OSes:=[darwin, iphonesim];
// P.OSes:=[darwin, iphonesim];
P.Targets.AddImplicitUnit('msghandler.pp').install := false;
P.Targets.AddImplicitUnit('paramparser.pp').install := false;