2009/4/26 Guillermo Martínez Jiménez :
>> From: Graeme Geldenhuys
>> Subject: Re: [fpc-pascal] How to use fpcmake
>>
>> Hi Guillermo,
>>
>> I struggled with it as well. Henry Vermaak then created an example for
>> me and showed how to use it. The example he did was for the fpGUI
>> Toolkit project
On Mon, 27 Apr 2009, Graeme Geldenhuys wrote:
> 2009/4/26 Guillermo Martínez Jiménez :
> >
> > It compiles but when I run "./fpmake archive" it returns a lot of
> > "Warning: source file * not found for *" but they actually exists(!).
>
> I actually have no idea how to add include files. The ex
2009/4/26 Guillermo Martínez Jiménez :
>
> It compiles but when I run "./fpmake archive" it returns a lot of
> "Warning: source file * not found for *" but they actually exists(!).
I actually have no idea how to add include files. The example Henry
created only sets up the include paths, but not i
> From: Graeme Geldenhuys
> Subject: Re: [fpc-pascal] How to use fpcmake
>
> Hi Guillermo,
>
> I struggled with it as well. Henry Vermaak then created an example for
> me and showed how to use it. The example he did was for the fpGUI
> Toolkit project.
I did read Vermaak's example and I've found
> From: Graeme Geldenhuys
>
> Hi Guillermo,
>
> I struggled with it as well. Henry Vermaak then created an example for
> me and showed how to use it. The example he did was for the fpGUI
> Toolkit project.
>
>Usage:
> - Compile fpmake.pas as follows:
> fpc fpmake.pas
>
> -