| 1234567891011121314151617181920 |
- #
- # Makefile.fpc for FCL FPCUnit test framework.
- #
- [package]
- main=fcl
- [target]
- units=fpcunit testregistry testreport testutils testdecorator ubmockobject xmlreporter
- exampledirs=exampletests
- [compiler]
- options=-S2h
- targetdir=../$(OS_TARGET)
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
|