1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for SQL FCL db units
- #
- [package]
- main=fcl
- [target]
- dirs_linux=interbase postgres mysql odbc
- dirs_freebsd=interbase postgres mysql odbc
- dirs_darwin=interbase postgres mysql odbc
- dirs_netbsd=interbase postgres mysql odbc
- dirs_openbsd=interbase postgres mysql odbc
- dirs_win32=interbase postgres mysql odbc
- dirs_wince=interbase postgres
- units=sqldb
- rsts=sqldb
- [compiler]
- options=-S2
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
|