Makefile.fpc 239 B

1234567891011121314151617181920212223
  1. #
  2. # Makefile.fpc for interbase FCL db units
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=interbase
  8. examples=testib
  9. [require]
  10. packages=ibase
  11. [compiler]
  12. options=-S2
  13. targetdir=../../$(OS_TARGET)
  14. [install]
  15. fpcpackage=y
  16. [default]
  17. fpcdir=../../..