Makefile.fpc 214 B

12345678910111213141516171819202122
  1. #
  2. # Makefile.fpc for SQL PQConnection
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. rsts=pqconnection
  8. units=pqconnection
  9. [require]
  10. packages=postgres
  11. [compiler]
  12. options=-S2
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../../../..