Makefile.fpc 306 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for fpODBC db units
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=fpodbc
  8. examples=testbcon testcon testdrcon testenv testfl testpa testpk\
  9. testpr testsql testst testtl
  10. [clean]
  11. units=
  12. [require]
  13. packages=odbc
  14. [compiler]
  15. options=-S2
  16. [install]
  17. fpcpackage=y
  18. [default]
  19. fpcdir=../../../..