Makefile.fpc 273 B

123456789101112131415161718192021
  1. #
  2. # Makefile.fpc for Free Pascal GTK 1.2.x Examples
  3. #
  4. [targets]
  5. dirs=tutorial
  6. programs=entry notebook scribble-simple clist ttt_test pixmap list progressbar
  7. [require]
  8. packages=gtk
  9. [clean]
  10. units=tictactoe
  11. [dirs]
  12. fpcdir=../../..
  13. targetdir=.
  14. [libs]
  15. libgcc=1
  16. libother=1