Explorar el Código

Disable all utils for zxspectrum and msxdos

git-svn-id: trunk@45753 -
pierre hace 5 años
padre
commit
7fc94000c4
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      utils/fpmake.pp

+ 1 - 2
utils/fpmake.pp

@@ -51,8 +51,7 @@ begin
     begin
     P:=AddPackage('utils');
     P.ShortName := 'tils';
-    P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
-    P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
+    P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos,zxspectrum,msxdos];
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];