Makefile.fpc 241 B

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