Browse Source

Disable palmos in fprcp, h2pas and tply packages

git-svn-id: trunk@41119 -
pierre 6 years ago
parent
commit
6617fa7b48
3 changed files with 6 additions and 0 deletions
  1. 2 0
      utils/fprcp/fpmake.pp
  2. 2 0
      utils/h2pas/fpmake.pp
  3. 2 0
      utils/tply/fpmake.pp

+ 2 - 0
utils/fprcp/fpmake.pp

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

+ 2 - 0
utils/h2pas/fpmake.pp

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

+ 2 - 0
utils/tply/fpmake.pp

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