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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to