Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / utils / fpcres / Makefile.fpc.fpcmake
Size: Mime:
#
#   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