Makefile.fpc 160 B

123456789101112131415161718
  1. #
  2. # Makefile.fpc for fpgtk
  3. #
  4. [target]
  5. programs=testgtk
  6. [require]
  7. packages=fpgtk
  8. [clean]
  9. units=lister
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../../../..