fpc/utils/fpcres/Makefile.fpc
giulio2 bb5891a560 * fpcres: Implemented TClosableFileStream to automatically release and acquire
file handles as needed. It avoids running out of file descriptors
  (fixes bug #15586)

git-svn-id: trunk@14805 -
2010-01-26 08:54:41 +00:00

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