Makefile.fpc 181 B

123456789101112131415161718
  1. #
  2. # Makefile.fpc for TDataSet Tests
  3. #
  4. [target]
  5. programs=testds createds tested
  6. [require]
  7. packages=fcl
  8. [compiler]
  9. options=-S2
  10. [install]
  11. fpcpackage=y
  12. [default]
  13. fpcdir=../../..