12345678910111213141516171819202122232425262728293031 |
- #
- # Makefile.fpc for Postgres bindings
- #
- [package]
- name=postgres
- version=2.5.1
- [target]
- units=dllist dllistdyn postgres postgres3 postgres3dyn
- exampledirs=examples
- [require]
- libc=y
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [compiler]
- includedir=src
- sourcedir=src
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
|