blob: 9b862eb9579090acb9311470774bc20aef2bc839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# 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
|