1234567891011121314151617181920 |
- #
- # Makefile.fpc for PasZLib
- #
- [package]
- name=paszlib
- version=2.0.0
- [require]
- packages=hash
- [target]
- units=paszlib adler gzio infblock infcodes inffast inftrees infutil trees zcompres zdeflate zinflate zbase zuncompr
- examples=example minigzip
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
|