mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 15:49:18 +02:00
* fpmake file changes
git-svn-id: trunk@15259 -
This commit is contained in:
parent
d94ee900fb
commit
6a39bd8b44
@ -15,11 +15,12 @@ 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.Version:='2.2.2-0';
|
P.Version:='2.2.2-0';
|
||||||
T:=P.Targets.AddUnit('src/pxlib.pp');
|
T:=P.Targets.AddUnit('src/pxlib.pp');
|
||||||
T.OSes:=[Linux];
|
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];
|
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