[fpc-pascal] FCL: moving FastHTMLParser

Dmitry Boyarintsev skalogryz.lists at gmail.com
Wed May 4 16:46:10 CEST 2016


On Wed, May 4, 2016 at 10:36 AM, Graeme Geldenhuys <
mailinglists at geldenhuys.co.uk> wrote:

>   FPC manages to find in somehow (not sure how yet - FPC magic <wink>).
>

Isn't it in fpc.cfg?
-Fu/usr/local/bin/x.x.x/units/$fpctarget/*

That's forcing FPC to look through all compiled packages.
Since fasthtmlparser.o and fasthtmlparser.ppu are found at:
   /usr/local/bin/x.x.x/units/$fpctarget/chm/
it allows you to use it "out of the box".

thanks,
Dmitry

P.S: /usr/local/bin should be replaced with the proper FPC installation
folder. and "x.x.x" with the proper FPC version.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160504/03275319/attachment.html>


More information about the fpc-pascal mailing list