浏览代码

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

git-svn-id: trunk@42777 -
pierre 6 年之前
父节点
当前提交
deaeac82d0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      utils/fpcreslipo/fpmake.pp

+ 2 - 1
utils/fpcreslipo/fpmake.pp

@@ -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;