2
0

Makefile.fpc 233 B

1234567891011121314151617
  1. #
  2. # Makefile.fpc for InterBase bindings
  3. #
  4. [targets]
  5. units=ibase40 ibase60
  6. examples=testib40 testib60
  7. [dirs]
  8. fpcdir=../..
  9. [rules]
  10. testib40$(EXEEXT): testib40.pp ibase40$(PPUEXT)
  11. testib60$(EXEEXT): testib60.pp ibase60$(PPUEXT)