Makefile.fpc 310 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for Free Pascal GTK 1.2.x Examples
  3. #
  4. [target]
  5. dirs=tutorial
  6. programs=entry notebook scribble clist ttt_test pixmap list progressbar filesel \
  7. statusbar toolbar rulers spinbutton
  8. [require]
  9. packages=gtk
  10. [clean]
  11. units=tictactoe
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../../../..