Re: [fpc-pascal] fpcmake question

2006-08-29 Thread Graeme Geldenhuys
Thanks Darius & Peter. I took your advice Darius, and just tried it, and it works Using the dirs_ looks more simplified and easier to read than the variable method. Well, for me at least - and I only needed it in one place. Is the FPC Programmer's Manual somewhere in SubVersion, so I could u

Re: [fpc-pascal] fpcmake question

2006-08-29 Thread Peter Vreman
> Is the following allowed in a Makefile.fpc > > [target] > units=unit1 unit2 unit3 > dirs_linux=x11 > dirs_freebsd=x11 > dirs_win32=win32 > > I have read the docs and know the "dirs" is a valid setting in the > "target" section. But I have seen somewhere an example where they > included the plat

Re: [fpc-pascal] fpcmake question

2006-08-29 Thread Darius Blaszijk
To: "FPC-Pascal users discussions" Sent: Tuesday, August 29, 2006 3:53 PM Subject: [fpc-pascal] fpcmake question Is the following allowed in a Makefile.fpc [target] units=unit1 unit2 unit3 dirs_linux=x11 dirs_freebsd=x11 dirs_win32=win32 I have read the docs and know the "dirs" i

[fpc-pascal] fpcmake question

2006-08-29 Thread Graeme Geldenhuys
Is the following allowed in a Makefile.fpc [target] units=unit1 unit2 unit3 dirs_linux=x11 dirs_freebsd=x11 dirs_win32=win32 I have read the docs and know the "dirs" is a valid setting in the "target" section. But I have seen somewhere an example where they included the platform as well in the