|
@@ -22,6 +22,8 @@ begin
|
|
|
P.OSes := P.OSes - [java,android];
|
|
|
{ palmos does not support command line parameters }
|
|
|
P.OSes := P.OSes - [palmos];
|
|
|
+ { Program does not fit in 16-bit memory constraints }
|
|
|
+ P.OSes := P.OSes - [msdos,win16];
|
|
|
|
|
|
P.Author := '<various>';
|
|
|
P.License := 'LGPL with modification';
|