mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-30 08:10:33 +01:00
19 lines
191 B
Makefile
19 lines
191 B
Makefile
#
|
|
# Makefile.fpc for SQLIte FCL db units
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=customsqliteds sqliteds sqlite3ds
|
|
|
|
[require]
|
|
packages=sqlite
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|