Re: [fpc-pascal]Makefile.fpc reloaded

2004-04-05 Thread Marc Santhoff
Am Mo, den 05.04.2004 schrieb Peter Vreman um 07:47: > > Hi! > > > > After stopping because of too few time I'm starting writing Makefile.fpc > > again. > > > > The structure is now: > > > > main/src > > /test > > /doc > > > > The goal is to have fpcmake create a directory "obj" for writing

Re: [fpc-pascal]Makefile.fpc reloaded

2004-04-04 Thread Peter Vreman
> Hi! > > After stopping because of too few time I'm starting writing Makefile.fpc > again. > > The structure is now: > > main/src > /test > /doc > > The goal is to have fpcmake create a directory "obj" for writing all the > .o, .ppu and the binary program into. This should happen from "src

[fpc-pascal]Makefile.fpc reloaded

2004-04-04 Thread Marc Santhoff
Hi! After stopping because of too few time I'm starting writing Makefile.fpc again. The structure is now: main/src /test /doc The goal is to have fpcmake create a directory "obj" for writing all the .o, .ppu and the binary program into. This should happen from "src" whre the real progra