123456789101112131415161718192021 |
- #
- # Makefile.fpc for Free Pascal GTK 1.2.x Examples
- #
- [targets]
- dirs=tutorial
- programs=entry notebook scribble-simple clist ttt_test pixmap list progressbar
- [require]
- packages=gtk
- [clean]
- units=tictactoe
- [dirs]
- fpcdir=../../..
- targetdir=.
- [libs]
- libgcc=1
- libother=1
|