Makefile.fpc 199 B

123456789101112131415161718192021
  1. #
  2. # Makefile.fpc for MySql bindings
  3. #
  4. [package]
  5. name=sndfile
  6. version=1.0.6
  7. [target]
  8. units=sndfile
  9. examples=sfplay
  10. rsts=sfplay
  11. [require]
  12. libc=y
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../../..