mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* Compile pxlib also for haiku
git-svn-id: trunk@20073 -
This commit is contained in:
parent
898fbdcd26
commit
70c12e2f17
@ -15,7 +15,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='pxlib';
|
||||
{$endif ALLPACKAGES}
|
||||
P.OSes:=[Linux,beos,win32,darwin,iphonesim,freebsd,openbsd,netbsd];
|
||||
P.OSes:=[Linux,beos,haiku,win32,darwin,iphonesim,freebsd,openbsd,netbsd];
|
||||
P.Version:='2.7.1';
|
||||
T:=P.Targets.AddUnit('src/pxlib.pp');
|
||||
T:=P.Targets.AddExampleunit('examples/ppxview.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user