|
@@ -24,7 +24,7 @@ begin
|
|
P.Email := '';
|
|
P.Email := '';
|
|
P.Description := 'PDF generating and TTF file info library';
|
|
P.Description := 'PDF generating and TTF file info library';
|
|
P.NeedLibC:= false;
|
|
P.NeedLibC:= false;
|
|
- P.OSes:=P.OSes-[embedded,win16,msdos,nativent,macosclassic,palmos];
|
|
|
|
|
|
+ P.OSes:=P.OSes-[embedded,win16,wince,msdos,nativent,macosclassic,palmos];
|
|
if Defaults.CPU=jvm then
|
|
if Defaults.CPU=jvm then
|
|
P.OSes := P.OSes - [java,android];
|
|
P.OSes := P.OSes - [java,android];
|
|
|
|
|