Makefile.fpc 247 B

12345678910111213141516171819
  1. #
  2. # Makefile.fpc for FCL Pascal source file parsing and writing units
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=pastree pscanner pparser paswrite
  8. rsts=pscanner pparser pastree
  9. [compiler]
  10. options=-S2h
  11. [install]
  12. fpcpackage=y
  13. [default]
  14. fpcdir=../..