Browse Source

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

git-svn-id: trunk@42777 -
pierre 6 years ago
parent
commit
deaeac82d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      utils/fpcreslipo/fpmake.pp

+ 2 - 1
utils/fpcreslipo/fpmake.pp

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