1234567891011121314151617181920212223 |
- #
- # Makefile.fpc for SQL PQConnection
- #
- [package]
- main=fcl
- [target]
- rsts=pqconnection
- units=pqconnection
- [require]
- packages=postgres
- [compiler]
- options=-S2
- targetdir=../../../$(OS_TARGET)
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../..
|