Makefile.fpc 222 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for SQL IBConnection
  3. #
  4. [package]
  5. main=fcl-db
  6. [target]
  7. units=ibconnection
  8. [require]
  9. packages=ibase
  10. [compiler]
  11. options=-S2
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../../../..
  16. [rules]
  17. .NOTPARALLEL: