Makefile.fpc 307 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Makefile.fpc for Free Pascal GTK 2.x.y Bindings
  3. #
  4. [package]
  5. name=gtk2
  6. version=2.0.5
  7. [require]
  8. libc=y
  9. [target]
  10. units=buildim
  11. exampledirs=
  12. implicitunits=magick_wand imagemagick
  13. [compiler]
  14. unitdir=magick wand
  15. [install]
  16. buildunit=buildgtk2
  17. fpcpackage=y
  18. [shared]
  19. build=n
  20. [default]
  21. fpcdir=../../..