Makefile.fpc 451 B

1234567891011121314151617181920212223242526
  1. #
  2. # Makefile.fpc for SQL FCL db units
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. dirs_linux=interbase postgres mysql odbc
  8. dirs_freebsd=interbase postgres mysql odbc
  9. dirs_darwin=interbase postgres mysql odbc
  10. dirs_netbsd=interbase postgres mysql odbc
  11. dirs_openbsd=interbase postgres mysql odbc
  12. dirs_win32=interbase postgres mysql odbc
  13. dirs_wince=interbase postgres
  14. units=sqldb
  15. rsts=sqldb
  16. [compiler]
  17. options=-S2
  18. [install]
  19. fpcpackage=y
  20. [default]
  21. fpcdir=../../..