123456789101112131415161718192021222324 |
- #
- # Makefile.fpc for SQLDB OracleConnection
- #
- [package]
- main=fcl-db
- [target]
- units=oracleconnection
- rsts=oracleconnection
- [require]
- packages=fcl-xml oracle
- [compiler]
- options=-S2
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../../..
- [rules]
- .NOTPARALLEL:
|