123456789101112131415161718192021222324252627282930 |
- #
- # Makefile.fpc for InterBase bindings
- #
- [package]
- name=libsee
- version=2.7.1
- [target]
- units=libsee
- exampledirs=examples
- [require]
- libc=y
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [compiler]
- includedir=src
- sourcedir=src
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
|