mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 12:10:25 +02:00
atari: disabled some more packages
git-svn-id: trunk@34615 -
This commit is contained in:
parent
4133847225
commit
50251a0fee
@ -24,7 +24,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'PDF generating and TTF file info library';
|
P.Description := 'PDF generating and TTF file info library';
|
||||||
P.NeedLibC:= false;
|
P.NeedLibC:= false;
|
||||||
P.OSes:=P.OSes-[embedded,win16,msdos,nativent];
|
P.OSes:=P.OSes-[embedded,win16,msdos,nativent,atari];
|
||||||
P.Dependencies.Add('rtl-objpas');
|
P.Dependencies.Add('rtl-objpas');
|
||||||
P.Dependencies.Add('fcl-base');
|
P.Dependencies.Add('fcl-base');
|
||||||
P.Dependencies.Add('fcl-image');
|
P.Dependencies.Add('fcl-image');
|
||||||
|
@ -44,7 +44,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'Libraries to create fppkg package managers.';
|
P.Description := 'Libraries to create fppkg package managers.';
|
||||||
P.NeedLibC:= false;
|
P.NeedLibC:= false;
|
||||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
|
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
|
||||||
|
|
||||||
P.SourcePath.Add('src');
|
P.SourcePath.Add('src');
|
||||||
P.IncludePath.Add('src');
|
P.IncludePath.Add('src');
|
||||||
|
@ -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];
|
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
|
||||||
|
|
||||||
T:=P.Targets.AddUnit('gd.pas');
|
T:=P.Targets.AddUnit('gd.pas');
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ begin
|
|||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
P.Version:='3.1.1';
|
P.Version:='3.1.1';
|
||||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
|
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
|
||||||
|
|
||||||
D:=P.Dependencies.Add('hash');
|
D:=P.Dependencies.Add('hash');
|
||||||
D.Version:='3.1.1';
|
D.Version:='3.1.1';
|
||||||
|
@ -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];
|
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
|
||||||
|
|
||||||
T:=P.Targets.AddUnit('unzip51g.pp');
|
T:=P.Targets.AddUnit('unzip51g.pp');
|
||||||
with T.Dependencies do
|
with T.Dependencies do
|
||||||
|
Loading…
Reference in New Issue
Block a user