1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for odbc bindings
- #
- [package]
- name=odbc
- version=2.0.0
- [target]
- units=odbcsql odbcsqldyn
- examples=testodbc
- [require]
- libc=n
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
|