1234567891011121314151617181920 |
- #
- # Makefile.fpc for Postgres bindings
- #
- [package]
- name=postgres
- version=1.9.7
- [target]
- units=dllist dllistdyn postgres postgres3 postgres3dyn
- examples=testpg1 testpg2
- [require]
- libc=y
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
|