Disable palmos in fprcp, h2pas and tply packages

git-svn-id: trunk@41119 -
This commit is contained in:
pierre 2019-01-29 13:46:43 +00:00
parent 4d00ac486a
commit 6617fa7b48
3 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,8 @@ begin
these sources }
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
{ palmos does not have classes }
P.OSes := P.OSes - [palmos];
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -20,6 +20,8 @@ begin
fpc_get_output used in these sources }
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
{ palmos does not support command line parameters }
P.OSes := P.OSes - [palmos];
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -21,6 +21,8 @@ begin
fpc_get_output used in these sources }
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];
{ palmos does not support command line parameters }
P.OSes := P.OSes - [palmos];
P.Author := '<various>';
P.License := 'LGPL with modification';