Makefile.fpc 208 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for InterBase bindings
  3. #
  4. [package]
  5. name=ibase
  6. version=1.0.6
  7. [target]
  8. units=ibase40 ibase60
  9. examples=testib40 testib60
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..