Makefile.fpc 184 B

12345678910111213141516171819
  1. #
  2. # Makefile.fpc for odbc bindings
  3. #
  4. [package]
  5. name=odbc
  6. version=1.9.2
  7. [target]
  8. units=odbcsql
  9. examples=testodbc
  10. [require]
  11. libc=n
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../..