mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-07 14:32:32 +02:00
21 lines
218 B
Makefile
21 lines
218 B
Makefile
#
|
|
# Makefile.fpc for Postgres bindings
|
|
#
|
|
|
|
[package]
|
|
name=postgres
|
|
version=1.9.4
|
|
|
|
[target]
|
|
units=dllist postgres postgres3
|
|
examples=testpg1 testpg2
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|