mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-03 00:56:28 +01:00
23 lines
264 B
Makefile
23 lines
264 B
Makefile
#
|
|
# Makefile.fpc for CGI Units
|
|
#
|
|
|
|
[package]
|
|
name=uncgi
|
|
version=1.0.5
|
|
|
|
[target]
|
|
units=uncgi
|
|
examples=testcgi
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
|
|
[rules]
|
|
exampleinstall: fpc_exampleinstall
|
|
$(COPY) testcgi.sh testcgi.bat $(INSTALL_EXAMPLEDIR)
|