123456789101112131415161718192021222324252627 |
- #
- # Makefile.fpc for Postgres bindings
- #
- [package]
- name=postgres
- version=2.2.0
- [target]
- units=dllist dllistdyn postgres postgres3 postgres3dyn
- examples=testpg1 testpg2
- [require]
- libc=y
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
|