atari: now that we have an almost complete RTL with DOS unit, we can re-enable a bunch of packages

git-svn-id: trunk@35278 -
This commit is contained in:
Károly Balogh 2017-01-12 13:43:51 +00:00
parent a8325b763f
commit 7a18cd8d38
5 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ begin
P.Email := '';
P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -28,7 +28,7 @@ begin
P.Email := '';
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -24,7 +24,7 @@ begin
P.Email := '';
P.Description := 'PDF generating and TTF file info library';
P.NeedLibC:= false;
P.OSes:=P.OSes-[embedded,win16,msdos,nativent,atari];
P.OSes:=P.OSes-[embedded,win16,msdos,nativent];
P.Dependencies.Add('rtl-objpas');
P.Dependencies.Add('fcl-base');
P.Dependencies.Add('fcl-image');

View File

@ -20,7 +20,7 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
D:=P.Dependencies.Add('hash');
D.Version:='3.1.1';

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];
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
T:=P.Targets.AddUnit('unzip51g.pp');
with T.Dependencies do