Makefile.fpc 157 B

123456789101112131415
  1. #
  2. # Makefile.fpc for gdbm units example
  3. #
  4. [target]
  5. programs=testgdbm testgdbm2
  6. [require]
  7. packages=gdbm
  8. [install]
  9. fpcpackage=y
  10. [default]
  11. fpcdir=../../..