Makefile.fpc 186 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for GD Library interface
  3. #
  4. [package]
  5. name=libgd
  6. version=1.9.0
  7. [require]
  8. libc=y
  9. [target]
  10. units=gd
  11. examples=gdtest
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..