Makefile.fpc.fpcmake 240 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile.fpc for libmodplug bindings
  3. #
  4. [package]
  5. name=modplug
  6. version=3.2.4-rc1
  7. [target]
  8. units=modplug
  9. [require]
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../..
  14. [compiler]
  15. includedir=src
  16. sourcedir=src tests
  17. [rules]
  18. .NOTPARALLEL: