Makefile.fpc 265 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Makefile.fpc for SVGALib Bindings
  3. #
  4. [package]
  5. name=svgalib
  6. version=2.2.2
  7. [target]
  8. units=svgalib vgamouse
  9. exampledirs=examples
  10. [require]
  11. libc=y
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..
  16. [compiler]
  17. includedir=src
  18. sourcedir=src
  19. [rules]
  20. .NOTPARALLEL: