123456789101112131415161718192021222324 |
- #
- # Makefile.fpc for FCL Pascal source file parsing and writing units
- #
- [package]
- name=fcl-passrc
- version=2.0.0
- [target]
- units=pastree pscanner pparser paswrite
- rsts=pscanner pparser pastree
- [compiler]
- options=-S2h
- sourcedir=src
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|