Re: [fpc-pascal] fpc make vs. gnu make

2007-07-17 Thread Marco van de Voort
> Tom Walsh schrieb: > > Is there a compelling reason NOT to use GNU make for the fpc projects? > > Main problem: you can't express the cyclic interdependencies pascal > units can have. - Having to ship an external binary (or on *nix lay a dependancy). - Expansion (more syntax/commands) mostly v

Re: [fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Tomas Hajny
Michael Van Canneyt wrote: > On Thu, 12 Jul 2007, Tom Walsh wrote: > >> I am starting work on one fpc project and planning another. The current >> project will be for an x86 target, the planned project would be on ARM. >> I'm >> confused by the inclusion of a make utility within the fpc package. >

Re: [fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Michael Van Canneyt
On Thu, 12 Jul 2007, Tom Walsh wrote: > I am starting work on one fpc project and planning another. The current > project will be for an x86 target, the planned project would be on ARM. I'm > confused by the inclusion of a make utility within the fpc package. > > Is there a compelling reason

Re: [fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Florian Klaempfl
Tom Walsh schrieb: > Is there a compelling reason NOT to use GNU make for the fpc projects? Main problem: you can't express the cyclic interdependencies pascal units can have. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.free

[fpc-pascal] fpc make vs. gnu make

2007-07-12 Thread Tom Walsh
I am starting work on one fpc project and planning another. The current project will be for an x86 target, the planned project would be on ARM. I'm confused by the inclusion of a make utility within the fpc package. Is there a compelling reason NOT to use GNU make for the fpc projects? Is t