Makefile.fpc 259 B

12345678910111213141516171819202122232425
  1. #
  2. # Makefile.fpc for libasync
  3. #
  4. [package]
  5. name=libasync
  6. version=1.0.5
  7. [target]
  8. units=libasync
  9. [install]
  10. fpcpackage=y
  11. createpackagefpc=y
  12. [compiler]
  13. sourcedir_linux=unix
  14. sourcedir_freebsd=unix
  15. targetdir=.
  16. [require]
  17. packages=rtl
  18. [default]
  19. fpcdir=../../..