[fpc-devel] Building without the fp IDE

Vincent Snijders vincent.snijders at gmail.com
Fri Sep 9 15:40:10 CEST 2011


2011/9/9 Mark Morgan Lloyd <markMLl.fpc-devel at 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



More information about the fpc-devel mailing list