| 123456789101112131415161718192021222324252627 |
- #
- # Makefile.fpc for fpODBC db units
- #
- [package]
- main=fcl
- [target]
- units=fpodbc
- examples=testbcon testcon testdrcon testenv testfl testpa testpk\
- testpr testsql testst testtl
- [clean]
- units=
- [require]
- packages=odbc
- [compiler]
- options=-S2
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../..
|