mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-01 13:33:49 +02:00
24 lines
259 B
Makefile
24 lines
259 B
Makefile
#
|
|
# Makefile.fpc for Postgres bindings
|
|
#
|
|
|
|
[package]
|
|
name=postgres
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=dllist dllistdyn postgres postgres3 postgres3dyn
|
|
examples=testpg1 testpg2
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[shared]
|
|
build=n
|