Makefile.fpc 156 B

12345678910111213
  1. #
  2. # Makefile.fpc for Postgres bindings
  3. #
  4. [targets]
  5. units=dllist postgres
  6. examples=testpg1 testpg2
  7. [install]
  8. examplesubdir=postgres
  9. [dirs]
  10. fpcdir=../..