mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:47:58 +02:00
25 lines
206 B
Makefile
25 lines
206 B
Makefile
#
|
|
# Makefile.fpc for FastCGI
|
|
#
|
|
|
|
[package]
|
|
name=fastcgi
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=fastcgi
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|