mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 23:58:33 +02:00
18 lines
286 B
Makefile
18 lines
286 B
Makefile
#
|
|
# Makefile.fpc for PasZLib
|
|
#
|
|
|
|
[package]
|
|
name=paszlib
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=paszlib adler gzcrc gzio infblock infcodes inffast inftrees infutil trees zcompres zdeflate zinflate zbase zuncompr zutil
|
|
examples=example minigzip
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|