fpc/fcl/db/sqldb/postgres/Makefile.fpc

24 lines
247 B
Makefile

#
# Makefile.fpc for SQL PQConnection
#
[package]
main=fcl
[target]
rsts=pqconnection
units=pqconnection
[require]
packages=postgres
[compiler]
options=-S2
targetdir=../../../$(OS_TARGET)
[install]
fpcpackage=y
[default]
fpcdir=../../../..