Makefile.fpc 208 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for Postgres bindings
  3. #
  4. [package]
  5. name=postgres
  6. version=1.9.2
  7. [target]
  8. units=dllist postgres
  9. examples=testpg1 testpg2
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..