* Remove msdos target, not all dependencies are satisfied

git-svn-id: trunk@33212 -
This commit is contained in:
michael 2016-03-09 20:45:26 +00:00
parent e58488dc3e
commit 940244cb12

View File

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