Makefile.fpc 247 B

1234567891011121314151617181920212223
  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. targetdir=../../../$(OS_TARGET)
  14. [install]
  15. fpcpackage=y
  16. [default]
  17. fpcdir=../../../..