blob: 7a695b96e0b45d7caa55e8ece0cfb7bec2c419d9 (
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
|
#
# Makefile.fpc for SQL FCL db units
#
[package]
main=fcl-db
version=2.6.4
[target]
units=dbconst db dbwhtml bufdataset_parser bufdataset dbcoll sqlscript xmldatapacketreader
rsts=dbconst dbcoll sqlscript xmldatapacketreader
[require]
packages=fcl-base fcl-xml
[compiler]
options=-S2h
unitdir=../dbase
[install]
fpcpackage=y
[default]
fpcdir=../../../..
[rules]
.NOTPARALLEL:
|