mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 17:08:01 +02:00
* Remove msdos target, not all dependencies are satisfied
git-svn-id: trunk@33212 -
This commit is contained in:
parent
e58488dc3e
commit
940244cb12
@ -23,7 +23,7 @@ begin
|
||||
P.Email := '';
|
||||
P.Description := 'PDF generating and TTF file info library';
|
||||
P.NeedLibC:= false;
|
||||
P.OSes:=P.OSes-[embedded,win16];
|
||||
P.OSes:=P.OSes-[embedded,win16,msdos];
|
||||
P.Dependencies.Add('rtl-objpas');
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-image');
|
||||
|
Loading…
Reference in New Issue
Block a user