Vincent Snijders wrote:
2011/9/9 Mark Morgan Lloyd <markmll.fpc-de...@telemetry.co.uk>:
Graeme Geldenhuys wrote:
On 09/09/2011 14:34, Mark Morgan Lloyd wrote:
Is there a "correct" way of telling the build process to skip the fp IDE?
Delete the 'ide' folder?  :)
But won't the top-level makefile rules object to that?

I would just try it, these lines from Makefile.fpc may support it:
# Compile also IDE (check for ide and fv dir)
ifneq ($(wildcard ide),)


Otherwise, I would try
make IDE=0

Thanks Vincent, I'll have a play once I've achieved the primary objective which is to test fixes other people have contributed recently: not to do so promptly would border on the ungrateful :-)

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to