- don't build rtl-generics for the win16 target, because its rtl is still incomplete and lacks the sysutils/classes units

git-svn-id: trunk@34706 -
This commit is contained in:
nickysn 2016-10-11 11:48:15 +00:00
parent 501b9481c5
commit 9832e0caaa

View File

@ -23,7 +23,7 @@ begin
P.Email := '';
P.Description := 'Generic collection library.';
P.NeedLibC:= false;
P.OSes := AllOSes-[embedded];
P.OSes := AllOSes-[embedded,win16];
P.Directory:=ADirectory;
P.Version:='3.1.1';
P.Dependencies.Add('rtl-objpas');