Explorar o código

* removed zxspectrum and simular new targets

marcoonthegit hai 1 ano
pai
achega
898baf2376
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-hash/fpmake.pp

+ 1 - 1
packages/fcl-hash/fpmake.pp

@@ -23,7 +23,7 @@ begin
     P.Email := '';
     P.Description := 'Several hash and cryptography algorithms requiring classes.';
     P.NeedLibC:= false;
-    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,msdos];
+    P.OSes:=P.OSes-[embedded,win16,macosclassic,palmos,msdos];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];