mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-11 08:01:51 +01:00
19 lines
187 B
Makefile
19 lines
187 B
Makefile
#
|
|
# Makefile.fpc for Unzip
|
|
#
|
|
|
|
[package]
|
|
name=unzip
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=ziptypes unzip
|
|
units_emx=unzipdll
|
|
units_os2=unzipdll
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|