Makefile.fpc 212 B

123456789101112131415161718192021
  1. #
  2. # Makefile.fpc for SQLIte FCL db units
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=sqlitedataset
  8. [require]
  9. packages=sqlite
  10. [compiler]
  11. targetdir=../../$(OS_TARGET)
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..