Makefile.fpc 164 B

123456789101112
  1. #
  2. # Makefile.fpc for Free Pascal GTK 1.2.x Tutorial
  3. #
  4. [targets]
  5. programs=$(subst .pp,,$(wildcard tut*.pp))
  6. [require]
  7. packages=gtk
  8. [default]
  9. fpcdir=../../../..