summaryrefslogtreecommitdiff
path: root/packages/oracle/Makefile.fpc.fpcmake
blob: a99a301995f489b19d7d8a548d7b31c9f43747b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
#  Makefile.fpc for oracle units
#

[package]
name=oracle
version=2.7.1

[target]
units=oci ocidyn oratypes oraoci
exampledirs=examples

[require]
libc=y

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests

# in libdir variable must be path to libraries
# libclntsh.*,libnlsrtl3.*
#[compiler]
#libdir=/usr/local/oracle8cli/lib

[shared]
build=n

[rules]
.NOTPARALLEL: