fpc/packages/postgres/Makefile.fpc
peter d65ec7ac1c * default.fpcdir is back
* subdir requirement checking works, but not very optimal yet as
    it can load the same Makefile.fpc multiple times
2001-02-01 22:00:03 +00:00

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=../..