Makefile.fpc 278 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Makefile.fpc for dblib (msSql) bindings
  3. #
  4. [package]
  5. name=dblib
  6. version=2.6.5
  7. [target]
  8. units=dblib
  9. #exampledirs=examples
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..
  16. [shared]
  17. build=n
  18. [compiler]
  19. includedir=src
  20. sourcedir=src
  21. [rules]
  22. .NOTPARALLEL: