blob: c9045eebaf6b9e68155495b870637445c1ace742 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#
# Makefile.fpc for FCL Pascal source file parsing and writing units
#
[package]
name=fcl-passrc
version=2.6.4
[target]
units=pastree pscanner pparser paswrite pastounittest passrcutil
rsts=pscanner pparser pastree pastounittest
[compiler]
options=-S2h
sourcedir=src
[install]
fpcpackage=y
[default]
fpcdir=../..
[rules]
.NOTPARALLEL:
|