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