123456789101112131415161718192021222324 |
- #
- # Makefile.fpc for MySql bindings
- #
- [package]
- name=sndfile
- version=2.0.0
- [target]
- units=sndfile
- examples=sfplay
- rsts=sfplay
- [require]
- libc=y
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [rules]
- .NOTPARALLEL:
|