mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 11:40:36 +02:00
Disable sdl and libgd pacakges for wii
git-svn-id: trunk@37283 -
This commit is contained in:
parent
ae44c6332a
commit
fe5505c230
@ -20,7 +20,7 @@ begin
|
|||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
P.Version:='3.1.1';
|
P.Version:='3.1.1';
|
||||||
P.SourcePath.Add('src');
|
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');
|
T:=P.Targets.AddUnit('gd.pas');
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ begin
|
|||||||
P.Dependencies.Add('morphunits',[morphos]);
|
P.Dependencies.Add('morphunits',[morphos]);
|
||||||
if Defaults.CPU=arm then
|
if Defaults.CPU=arm then
|
||||||
P.OSes := P.OSes - [darwin];
|
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');
|
T:=P.Targets.AddUnit('logger.pas');
|
||||||
with T.Dependencies do
|
with T.Dependencies do
|
||||||
|
Loading…
Reference in New Issue
Block a user