mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 13:49:13 +02:00
Disable fprcp, h2pas and tply pacakges for msdos and win16 because the programs are too big
git-svn-id: trunk@41120 -
This commit is contained in:
parent
6617fa7b48
commit
21d3e14c6c
@ -23,6 +23,8 @@ begin
|
|||||||
P.OSes := P.OSes - [java,android];
|
P.OSes := P.OSes - [java,android];
|
||||||
{ palmos does not have classes }
|
{ palmos does not have classes }
|
||||||
P.OSes := P.OSes - [palmos];
|
P.OSes := P.OSes - [palmos];
|
||||||
|
{ Program does not fit in 16-bit memory constraints }
|
||||||
|
P.OSes := P.OSes - [msdos,win16];
|
||||||
|
|
||||||
P.Author := '<various>';
|
P.Author := '<various>';
|
||||||
P.License := 'LGPL with modification';
|
P.License := 'LGPL with modification';
|
||||||
|
@ -22,6 +22,8 @@ begin
|
|||||||
P.OSes := P.OSes - [java,android];
|
P.OSes := P.OSes - [java,android];
|
||||||
{ palmos does not support command line parameters }
|
{ palmos does not support command line parameters }
|
||||||
P.OSes := P.OSes - [palmos];
|
P.OSes := P.OSes - [palmos];
|
||||||
|
{ Program does not fit in 16-bit memory constraints }
|
||||||
|
P.OSes := P.OSes - [msdos,win16];
|
||||||
|
|
||||||
P.Author := '<various>';
|
P.Author := '<various>';
|
||||||
P.License := 'LGPL with modification';
|
P.License := 'LGPL with modification';
|
||||||
|
@ -23,6 +23,8 @@ begin
|
|||||||
P.OSes := P.OSes - [java,android];
|
P.OSes := P.OSes - [java,android];
|
||||||
{ palmos does not support command line parameters }
|
{ palmos does not support command line parameters }
|
||||||
P.OSes := P.OSes - [palmos];
|
P.OSes := P.OSes - [palmos];
|
||||||
|
{ Program does not fit in 16-bit memory constraints }
|
||||||
|
P.OSes := P.OSes - [msdos,win16];
|
||||||
|
|
||||||
P.Author := '<various>';
|
P.Author := '<various>';
|
||||||
P.License := 'LGPL with modification';
|
P.License := 'LGPL with modification';
|
||||||
|
Loading…
Reference in New Issue
Block a user