12345678910111213141516171819202122 |
- #
- # Makefile.fpc for DB TestFramework
- #
- [package]
- main=fcl
- [target]
- examples=dbtestframework testsqlfiles
- units=toolsunit dbftoolsunit memdstoolsunit sqldbtoolsunit sdfdstoolsunit
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [require]
- packages=fcl-fpcunit fcl-db paszlib
- [rules]
- .NOTPARALLEL:
|