mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +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}
|
||||
P.Directory:='pxlib';
|
||||
{$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';
|
||||
T:=P.Targets.AddUnit('src/pxlib.pp');
|
||||
T.OSes:=[Linux,beos,win32,darwin,freebsd,openbsd,netbsd];
|
||||
T:=P.Targets.AddExampleunit('examples/ppxview.pp');
|
||||
T.OSes:=[Linux,beos,win32,darwin,freebsd,openbsd,netbsd];
|
||||
{$ifndef ALLPACKAGES}
|
||||
Run;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user