/packages/oracle/examples/Makefile.fpc
Unknown | 21 lines | 16 code | 5 blank | 0 comment | 0 complexity | a5136bd9effb4775146998e9e3f0c931 MD5 | raw file
Possible License(s): LGPL-2.0, LGPL-2.1, LGPL-3.0
1# 2# Makefile.fpc for oracle units example 3# 4 5[target] 6units=oraclew 7examples=test01 8 9[require] 10packages=oracle fcl-base fcl-db fcl-xml 11 12[install] 13fpcpackage=y 14 15[default] 16fpcdir=../../.. 17 18# in libdir variable must be path to libraries 19# libclntsh.*,libnlsrtl3.* 20#[compiler] 21#libdir=/usr/local/oracle8cli/lib