|
@@ -16,6 +16,9 @@ begin
|
|
|
begin
|
|
|
P:=AddPackage('utils-fpcreslipo');
|
|
|
P.ShortName:='fpcreslipo';
|
|
|
+ P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
|
|
|
+ if Defaults.CPU=jvm then
|
|
|
+ P.OSes := P.OSes - [java,android];
|
|
|
|
|
|
P.Author := 'Giulio Bernardi';
|
|
|
P.License := 'LGPL with modification';
|