diff options
| author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-11 19:50:56 +0000 |
|---|---|---|
| committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-05-11 19:50:56 +0000 |
| commit | 2fc6d4414508f9e06aa997e88c7e58f481c9f626 (patch) | |
| tree | 3465bc4efb136c0900f23ae26e2ab2d03abcabf5 /packages/pxlib | |
| parent | dd992dad41edb5da9f2b749b97aca01bba12d694 (diff) | |
| download | fpc-2fc6d4414508f9e06aa997e88c7e58f481c9f626.tar.gz | |
* fpmake file changes
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15259 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/pxlib')
| -rw-r--r-- | packages/pxlib/fpmake.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/pxlib/fpmake.pp b/packages/pxlib/fpmake.pp index 75759665d7..89d269b6db 100644 --- a/packages/pxlib/fpmake.pp +++ b/packages/pxlib/fpmake.pp @@ -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; |
