Re: [fpc-pascal] Re: How to use fpcmake

2009-04-27 Thread Henry Vermaak
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

Re: [fpc-pascal] Re: How to use fpcmake

2009-04-27 Thread Michael Van Canneyt
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

Re: [fpc-pascal] Re: How to use fpcmake

2009-04-27 Thread Graeme Geldenhuys
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

[fpc-pascal] Re: How to use fpcmake

2009-04-26 Thread 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. I did read Vermaak's example and I've found

[fpc-pascal] Re: How to use fpcmake

2009-04-16 Thread Guillermo Martínez Jiménez
> 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 > > -