Makefile.fpc 294 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for FCL FPCUnit test framework.
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=fpcunit testregistry testreport testutils testdecorator ubmockobject xmlreporter
  8. exampledirs=exampletests
  9. [compiler]
  10. options=-S2h
  11. targetdir=../$(OS_TARGET)
  12. [install]
  13. fpcpackage=y
  14. [default]
  15. fpcdir=../..