Re: [fpc-pascal]fpcmake

2004-02-24 Thread Jon D. Sawyer
Thanks Micheal & Peter, I kinda figured that was the case. I think I'll just move it to a sub-directory like you suggested peter because I'd rather not have to re-edit the raw Makefile every time I generate it. Thanks again! This newsboard is part of what makes FPC so damn great! All of you guys

Re: [fpc-pascal]Compiler error on ver 1.9.2, Windows only

2004-02-24 Thread Ken Linder
Hi Peter, This is what the commandline compiler says in a different DOS window while I have fp running in the other, right after fp throws the error: - Hint: End of reading config file c:\pp\bin\win32\fpc.cfg Free Pascal Compiler version 1.9.2 [2004/0

Re: [fpc-pascal]fpcmake

2004-02-24 Thread Michael . VanCanneyt
On Tue, 24 Feb 2004, Jon D. Sawyer wrote: > Is there a way to get FPC Make to enter its target DIRS before compiling > the units in the current directory? > > I've got a unit that depends on another unit being compiled first that > is in a sub-directory, even though I list the dirs first Make t

Re: [fpc-pascal]fpcmake

2004-02-24 Thread Peter Vreman
> Is there a way to get FPC Make to enter its target DIRS before compiling > the units in the current directory? > > I've got a unit that depends on another unit being compiled first that > is in a sub-directory, even though I list the dirs first Make trys to > compile the current dir first. There

[fpc-pascal]fpcmake

2004-02-24 Thread Jon D. Sawyer
Is there a way to get FPC Make to enter its target DIRS before compiling the units in the current directory? I've got a unit that depends on another unit being compiled first that is in a sub-directory, even though I list the dirs first Make trys to compile the current dir first. Thx.. ^_^