mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 06:10:59 +01:00
file handles as needed. It avoids running out of file descriptors (fixes bug #15586) git-svn-id: trunk@14805 -
23 lines
350 B
Makefile
23 lines
350 B
Makefile
#
|
|
# Makefile.fpc for fpcres
|
|
#
|
|
|
|
[target]
|
|
programs=fpcres
|
|
|
|
[clean]
|
|
units=closablefilestream msghandler paramparser sourcehandler target
|
|
|
|
[require]
|
|
packages=rtl fcl-res
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
fpcres$(EXEEXT): target.pas msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcres.pas
|