1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for InterBase bindings
- #
- [package]
- name=ibase
- version=2.2.0
- [target]
- units=ibase40 ibase60 ibase60dyn
- examples=testib40 testib60
- [require]
- libc=y
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
|