mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-18 03:59:15 +02:00
24 lines
247 B
Makefile
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=../../../..
|