Explorar o código

- 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 -
nickysn %!s(int64=9) %!d(string=hai) anos
pai
achega
9832e0caaa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/rtl-generics/fpmake.pp

+ 1 - 1
packages/rtl-generics/fpmake.pp

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