mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 15:02:42 +02:00
14 lines
156 B
Makefile
14 lines
156 B
Makefile
#
|
|
# Makefile.fpc for Postgres bindings
|
|
#
|
|
|
|
[targets]
|
|
units=dllist postgres
|
|
examples=testpg1 testpg2
|
|
|
|
[install]
|
|
examplesubdir=postgres
|
|
|
|
[dirs]
|
|
fpcdir=../..
|