mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 22:47:58 +02:00
32 lines
317 B
Makefile
32 lines
317 B
Makefile
#
|
|
# Makefile.fpc for Postgres bindings
|
|
#
|
|
|
|
[package]
|
|
name=postgres
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=dllist dllistdyn postgres postgres3 postgres3dyn
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|