Disable sdl and libgd pacakges for wii

git-svn-id: trunk@37283 -
This commit is contained in:
pierre 2017-09-20 16:05:47 +00:00
parent ae44c6332a
commit fe5505c230
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ begin
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.SourcePath.Add('src');
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari,macos,palmos];
P.OSes := P.OSes - [embedded,nativent,msdos,wii,win16,atari,macos,palmos];
T:=P.Targets.AddUnit('gd.pas');

View File

@ -24,7 +24,7 @@ begin
P.Dependencies.Add('morphunits',[morphos]);
if Defaults.CPU=arm then
P.OSes := P.OSes - [darwin];
P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16,atari,macos,palmos];
P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16,atari,macos,palmos,wii];
T:=P.Targets.AddUnit('logger.pas');
with T.Dependencies do