Re: [Freedos-devel] Gmake

2008-09-08 Thread Alain M.
Hi Aitor, The problem with wmake is that it is highly non-standard. I had to use it for it's advanced features, and things get complex very quickly... What I intend is to use and learn only one make :) :) gmake is used on Linux, so if I have to learn the difficult parts, it probably will be reu

Re: [Freedos-devel] Gmake (was: compiling dflat+)

2008-09-08 Thread lyricalnanoha
On Mon, 8 Sep 2008, Aitor SantamarĂ­a wrote: Well, I have my doubts, WMAKE is also opensource (as much as OpenWatcom), when compiling with OWC I just prefer the all-in-one approach. I do not know much about GMAKE, but the ones I've seen look like a bit overly complex to me? Aitor It's GNU, o

Re: [Freedos-devel] Gmake (was: compiling dflat+)

2008-09-08 Thread Aitor SantamarĂ­a
Well, I have my doubts, WMAKE is also opensource (as much as OpenWatcom), when compiling with OWC I just prefer the all-in-one approach. I do not know much about GMAKE, but the ones I've seen look like a bit overly complex to me? Aitor 2008/9/8 Alain M. <[EMAIL PROTECTED]>: > All this discussion

Re: [Freedos-devel] Gmake

2008-09-08 Thread Robert Riebisch
"Oleg O. Chukaev" wrote: > http://www.delorie.com/pub/djgpp/current/v2gnu/mak3791b.zip Or use , if you're cross compiling on Windows 2000 or XP. An older 16-bit version is available from

Re: [Freedos-devel] Gmake

2008-09-08 Thread Alain M.
thanks, that is it, I was looking for gmake, and that is in the index by that name :) Alain Oleg O. Chukaev escreveu: > Alain M. wrote: >> Unfortunatly it is not there. I asked because it is not a trivial >> question, Abdreas looked very hard for it and could not find, nor could I :( > Hmm... I

Re: [Freedos-devel] Gmake

2008-09-08 Thread lyricalnanoha
On Mon, 8 Sep 2008, Oleg O. Chukaev wrote: > Alain M. wrote: >> Unfortunatly it is not there. I asked because it is not a trivial >> question, Abdreas looked very hard for it and could not find, nor could I :( > Hmm... Is gmake == GNU make? If yes, it is here: > > http://www.delorie.com/pub/djgp

Re: [Freedos-devel] Gmake

2008-09-08 Thread Oleg O. Chukaev
Alain M. wrote: > Unfortunatly it is not there. I asked because it is not a trivial > question, Abdreas looked very hard for it and could not find, nor could I :( Hmm... Is gmake == GNU make? If yes, it is here: http://www.delorie.com/pub/djgpp/current/v2gnu/mak3791b.zip -- Oleg O. Chukaev ---

Re: [Freedos-devel] Gmake

2008-09-08 Thread Alain M.
Unfortunatly it is not there. I asked because it is not a trivial question, Abdreas looked very hard for it and could not find, nor could I :( Alain Oleg O. Chukaev escreveu: > Hello Alain, > > Alain M. wrote: >> All this discussion abou make files brings a new (or old?) idea: why no >> use *g

Re: [Freedos-devel] Gmake

2008-09-08 Thread Oleg O. Chukaev
Hello Alain, Alain M. wrote: > All this discussion abou make files brings a new (or old?) idea: why no > use *gmake* for all projects. wmake is too much different (I know I use gmake for all my projects :) > Where can I find a DOS version o gmake? http://www.delorie.com/pub/djgpp/current/v2gnu/

[Freedos-devel] Gmake (was: compiling dflat+)

2008-09-08 Thread Alain M.
All this discussion abou make files brings a new (or old?) idea: why no use *gmake* for all projects. wmake is too much different (I know because I use it) and Borland is limited. Where can I find a DOS version o gmake? thanks, Alain --