Makefile.fpc 172 B

123456789101112131415
  1. #
  2. # Makefile.fpc for Free Pascal GTK 2.x.y Examples
  3. #
  4. [target]
  5. programs=gettingstarted
  6. [require]
  7. packages=gtk2
  8. [install]
  9. fpcpackage=y
  10. [default]
  11. fpcdir=../../../../..