2
0

Makefile.fpc 282 B

12345678910111213141516171819
  1. #
  2. # Makefile.fpc for Free Pascal GTK 2.x.y Examples
  3. #
  4. [target]
  5. dirs=helloworld helloworld2 gtk_demo gettingstarted plugins scribble_simple gtkglext
  6. #filechooser - doesn't work yet
  7. [require]
  8. packages=gtk2
  9. [install]
  10. fpcpackage=y
  11. [default]
  12. fpcdir=../../..
  13. [rules]
  14. .NOTPARALLEL: