Makefile.fpc 290 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for MySql FCL db units
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=mysqldb
  8. rsts=mysqldb
  9. examples=mtest
  10. [clean]
  11. units=mysql mysql_com mysql_version
  12. [require]
  13. packages=mysql
  14. [compiler]
  15. options=-S2
  16. targetdir=../../$(OS_TARGET)
  17. [install]
  18. fpcpackage=y
  19. [default]
  20. fpcdir=../../..