1234567891011121314151617181920 |
- #
- # Makefile.fpc for Free Pascal GTK 1.2.x Examples
- #
- [targets]
- 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
|