mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-15 21:11:32 +01:00
18 lines
182 B
Makefile
18 lines
182 B
Makefile
#
|
|
# Makefile.fpc for FTPAPI.DLL interface unit
|
|
#
|
|
|
|
[package]
|
|
name=ftpapi
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=ftpapi
|
|
examples=ftptest
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|