12345678910111213141516171819202122232425 |
- #
- # Makefile.fpc for oracle units
- #
- [package]
- name=oracle
- version=1.9.7
- [target]
- units=oraoci
- exampledirs=example
- [require]
- libc=y
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- # in libdir variable must be path to libraries
- # libclntsh.*,libnlsrtl3.*
- #[compiler]
- #libdir=/usr/local/oracle8cli/lib
|