Makefile.fpc 262 B

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