Browse Source

Disable explicit list of supported OSes

git-svn-id: trunk@42778 -
pierre 6 years ago
parent
commit
e7bf200fcb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      utils/fpcres/fpmake.pp

+ 3 - 3
utils/fpcres/fpmake.pp

@@ -16,7 +16,9 @@ begin
     begin
     begin
     P:=AddPackage('utils-fpcres');
     P:=AddPackage('utils-fpcres');
     P.ShortName:='fpres';
     P.ShortName:='fpres';
-    P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
+    P.OSes:=AllOSes-[atari,embedded,msdos,win16,macos,palmos];
+    //P.OSes:=[win32,win64,wince,haiku,linux,freebsd,openbsd,netbsd,darwin,iphonesim,solaris,os2,emx,aix,aros,amiga,morphos];
+
     if Defaults.CPU=jvm then
     if Defaults.CPU=jvm then
       P.OSes := P.OSes - [java,android];
       P.OSes := P.OSes - [java,android];
 
 
@@ -30,8 +32,6 @@ begin
     P.Directory:=ADirectory;
     P.Directory:=ADirectory;
     P.Version:='3.3.1';
     P.Version:='3.3.1';
 
 
-    P.OSes:=[win32,win64,wince,haiku,linux,freebsd,openbsd,netbsd,darwin,iphonesim,solaris,os2,emx,aix,aros,amiga,morphos];
-
     P.Dependencies.Add('fcl-res');
     P.Dependencies.Add('fcl-res');
     P.Dependencies.Add('paszlib');
     P.Dependencies.Add('paszlib');