Makefile.fpc 224 B

12345678910111213141516171819202122
  1. #
  2. # Makefile.fpc for SQL IBConnection
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=mysql4conn
  8. [require]
  9. packages=mysql
  10. [compiler]
  11. options=-S2
  12. targetdir=../../../$(OS_TARGET)
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../../../..