123456789101112131415161718192021 |
- #
- # Makefile.fpc for oracle units example
- #
- [target]
- units=oraclew
- examples=test01
- [require]
- packages=oracle fcl-base fcl-db fcl-xml
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- # in libdir variable must be path to libraries
- # libclntsh.*,libnlsrtl3.*
- #[compiler]
- #libdir=/usr/local/oracle8cli/lib
|