|
@@ -17,13 +17,14 @@ begin
|
|
|
P.Directory:=ADirectory;
|
|
|
{$endif ALLPACKAGES}
|
|
|
P.Version:='3.1.1';
|
|
|
- P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,aix,dragonfly];
|
|
|
+ P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,aix,dragonfly,android];
|
|
|
P.SourcePath.Add('src');
|
|
|
P.IncludePath.Add('src');
|
|
|
|
|
|
T:=P.Targets.AddUnit('pthreads.pp');
|
|
|
with T.Dependencies do
|
|
|
begin
|
|
|
+ AddInclude('pthrandroid.inc',[Android]);
|
|
|
AddInclude('pthrlinux.inc',[Linux]);
|
|
|
AddInclude('pthrbeos.inc',[Beos]);
|
|
|
AddInclude('pthrsnos.inc',[Solaris]);
|