12345678910111213141516171819202122 |
- #
- # Makefile.fpc for FCL FPCUnit test framework.
- #
- [package]
- main=fcl
- [target]
- units=fpcunittests money moneytest testmockobject
- [compiler]
- options=-S2h
- targetdir=../../$(OS_TARGET)
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [rules]
- .NOTPARALLEL:
|