Makefile.fpc 280 B

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