1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for fpAsync
- #
- [package]
- name=fpasync
- version=1.0.5
- [target]
- units=fpasync
- [require]
- packages=rtl fcl
- [install]
- fpcpackage=y
- createpackagefpc=y
- [compiler]
- unitdir=../libasync
- sourcedir_linux=unix
- sourcedir_freebsd=unix
- targetdir=.
- [default]
- fpcdir=../../..
|