123456789101112131415161718192021222324 |
- #
- # Makefile.fpc for SQL IBConnection
- #
- [package]
- main=fcl-db
- [target]
- units=ibconnection
- [require]
- packages=ibase
- [compiler]
- options=-S2
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../../..
- [rules]
- .NOTPARALLEL:
|