Makefile.fpc 384 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for SQL FCL db units
  3. #
  4. [package]
  5. main=fcl-db
  6. version=3.0.0
  7. [target]
  8. units=dbconst db dbwhtml bufdataset_parser bufdataset dbcoll sqlscript xmldatapacketreader
  9. rsts=dbconst dbcoll sqlscript xmldatapacketreader
  10. [require]
  11. packages=fcl-base fcl-xml
  12. [compiler]
  13. options=-S2h
  14. unitdir=../dbase
  15. [install]
  16. fpcpackage=y
  17. [default]
  18. fpcdir=../../../..
  19. [rules]
  20. .NOTPARALLEL: