| 1234567891011121314151617181920212223 |
- #
- # Makefile.fpc for interbase FCL db units
- #
- [package]
- main=fcl
- [target]
- units=interbase
- examples=testib
- [require]
- packages=ibase
- [compiler]
- options=-S2
- targetdir=../../$(OS_TARGET)
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
|