mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:25:59 +02:00
* Adapted fpmake.pp so that pxlib is also compiled for the iphonesim and haiku targets
git-svn-id: trunk@20034 -
This commit is contained in:
parent
74da30ee87
commit
e5b83bf6ba
@ -15,12 +15,10 @@ begin
|
|||||||
{$ifdef ALLPACKAGES}
|
{$ifdef ALLPACKAGES}
|
||||||
P.Directory:='pxlib';
|
P.Directory:='pxlib';
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
P.OSes:=[Linux,beos,win32,darwin,freebsd,openbsd,netbsd];
|
P.OSes:=[Linux,beos,win32,darwin,iphonesim,freebsd,openbsd,netbsd];
|
||||||
P.Version:='2.7.1';
|
P.Version:='2.7.1';
|
||||||
T:=P.Targets.AddUnit('src/pxlib.pp');
|
T:=P.Targets.AddUnit('src/pxlib.pp');
|
||||||
T.OSes:=[Linux,beos,win32,darwin,freebsd,openbsd,netbsd];
|
|
||||||
T:=P.Targets.AddExampleunit('examples/ppxview.pp');
|
T:=P.Targets.AddExampleunit('examples/ppxview.pp');
|
||||||
T.OSes:=[Linux,beos,win32,darwin,freebsd,openbsd,netbsd];
|
|
||||||
{$ifndef ALLPACKAGES}
|
{$ifndef ALLPACKAGES}
|
||||||
Run;
|
Run;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user