Makefile.fpc 259 B

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