mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
- 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:
parent
501b9481c5
commit
9832e0caaa
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user