git-svn-id: trunk@34614 -
@@ -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];
+ P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
P.SourcePath.Add('src');
P.IncludePath.Add('src');
@@ -28,7 +28,7 @@ begin
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
@@ -25,7 +25,7 @@ begin
P.Description := 'Basic library of the fpmake/fppkg build system.';
P.NeedLibC:= false; // true for headers that indirectly link to libc?
// All dependencies (including implicit) are listed
// here to be able to update all requirements to
@@ -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];
+ 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');
with T.Dependencies do