mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
Add package desciption and remove limitation to darwin and iphonesim systems only
git-svn-id: trunk@42777 -
This commit is contained in:
parent
b0b2218cca
commit
deaeac82d0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user