mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 17:50:21 +01:00
atari: disabled some packages
git-svn-id: trunk@34614 -
This commit is contained in:
parent
f76722b6c3
commit
4133847225
@ -30,7 +30,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.';
|
P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||||
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');
|
||||||
|
|||||||
@ -28,7 +28,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||||
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');
|
||||||
|
|||||||
@ -25,7 +25,7 @@ begin
|
|||||||
P.Email := '';
|
P.Email := '';
|
||||||
P.Description := 'Basic library of the fpmake/fppkg build system.';
|
P.Description := 'Basic library of the fpmake/fppkg build system.';
|
||||||
P.NeedLibC:= false; // true for headers that indirectly link to libc?
|
P.NeedLibC:= false; // true for headers that indirectly link to libc?
|
||||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
|
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
|
||||||
|
|
||||||
// All dependencies (including implicit) are listed
|
// All dependencies (including implicit) are listed
|
||||||
// here to be able to update all requirements to
|
// here to be able to update all requirements to
|
||||||
|
|||||||
@ -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];
|
P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16,atari];
|
||||||
|
|
||||||
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