blob: 3b185b5888124b36f6b6e4e6785c6983b49c6db7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# Makefile.fpc for fpcres
#
[target]
programs=fpcres fpcjres
[clean]
units=closablefilestream msghandler paramparser sourcehandler target jarsourcehandler jarparamparser
[require]
packages=rtl fcl-res paszlib
[install]
fpcpackage=y
[default]
fpcdir=../..
[rules]
.NOTPARALLEL:
fpcres$(EXEEXT): target.pas msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcres.pas
fpcjres$(EXEEXT): msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcjres.pas jarsourcehandler.pas
|