1234567891011121314151617181920 |
- #
- # Makefile.fpc for oracle units
- #
- [targets]
- units=oraoci oraclew
- examples=test01
- [require]
- packages=fcl
- [dirs]
- # in libdir variable must be path to libraries
- # libclntsh.*,libnlsrtl3.*
- #libdir=/usr/local/oracle8cli/lib
- fpcdir=../..
- [install]
- packagename=oracle
- examplesubdir=oracle
|