Makefile.fpc 169 B

123456789101112131415161718
  1. #
  2. # Makefile.fpc for sqlite implementation
  3. #
  4. [package]
  5. name=sqlite
  6. version=1.9.0
  7. [target]
  8. units=sqlite
  9. [require]
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../../..