mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-23 14:18:21 +02:00

* subdir requirement checking works, but not very optimal yet as it can load the same Makefile.fpc multiple times
18 lines
181 B
Makefile
18 lines
181 B
Makefile
#
|
|
# Makefile.fpc for Postgres bindings
|
|
#
|
|
|
|
[package]
|
|
name=postgres
|
|
version=1.0.5
|
|
|
|
[target]
|
|
units=dllist postgres
|
|
examples=testpg1 testpg2
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[default]
|
|
fpcdir=../..
|