Makefile.fpc 240 B

12345678910111213141516171819
  1. #
  2. # Makefile.fpc for FCL FPCUnit test framework.
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=fpcunittests money moneytest testmockobject
  8. [compiler]
  9. options=-S2h
  10. targetdir=../../$(OS_TARGET)
  11. [install]
  12. fpcpackage=y
  13. [default]
  14. fpcdir=../../..