blob: 83ab0f4590655f1f91433c7fb3bafee1a317b3a7 (
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
37
38
|
#
# Makefile.fpc for SQL FCL db units
#
[package]
main=fcl-db
[target]
dirs_beos=interbase postgres mysql odbc oracle sqlite mssql
dirs_haiku=interbase postgres mysql odbc oracle sqlite mssql
dirs_linux=interbase postgres mysql odbc oracle sqlite mssql
dirs_freebsd=interbase postgres mysql odbc oracle sqlite mssql
dirs_darwin=interbase postgres mysql odbc oracle sqlite
dirs_iphonesim=interbase postgres mysql odbc oracle sqlite
dirs_netbsd=interbase postgres mysql odbc oracle sqlite mssql
dirs_openbsd=interbase postgres mysql odbc oracle sqlite mssql
dirs_win32=interbase postgres mysql odbc oracle sqlite mssql
dirs_win64=interbase postgres mysql odbc sqlite mssql
dirs_wince=interbase postgres mysql odbc oracle sqlite
dirs_solaris=interbase postgres mysql odbc oracle sqlite
units=sqldb sqldblib
rsts=sqldb
[require]
packages=fcl-xml
[compiler]
options=-S2
[install]
fpcpackage=y
[default]
fpcdir=../../../..
[rules]
.NOTPARALLEL:
|