summaryrefslogtreecommitdiff
path: root/gfx/template/Makefile.fpc
blob: 85bbc17e9b49b5aeb50dcfa713938d17cb2f32df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
#   Makefile.fpc for fpGFX target template
#

[targets]
units=gfx_xxx
# do not compile gfximpl for this dummy target
rst=gfx_xxx

[require]
options=-S2h
packages=

[libs]
libname=fpgfx_xxx

[install]
subdir=

[dirs]
fpcdir=../../../..
unitdir=..