summaryrefslogtreecommitdiff
path: root/packages/ibase/Makefile.fpc
blob: 5fc13b42cac4c24578e945dfcbd4cd2e1cb57332 (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
#
#   Makefile.fpc for InterBase bindings
#

[package]
name=ibase
version=2.0.0

[target]
units=ibase40 ibase60 ibase60dyn
examples=testib40 testib60

[require]
libc=y

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src
sourcedir=src tests

[shared]
build=n

[rules]
.NOTPARALLEL: