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