Re: [AD] mingw sed fix

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


works like a charm!
can somebody apply these two patches? (fixdll.bat also keeps working
with djgpp tools, in fact works with both (im saying this cause of msvc
users
with djgpp :)

thnx a lot Elias :)

> I examined why the native mingw tools don't work with make depend and
> fixdll.bat, and the result is:
>
> make depend works, only the / path separators are not understood by
> DOS, and the __MINGW32__ is already defined.
>
> In fixdll, the sed scripts get confused by extra carriage return
> characters before line feed characters.
>
> I made patches to fix both. Now Allegro can be created without ever
> having to install djgpp or any djgpp tools.
>
> (The first patch only removes the defines and replaces '/' by '\' in
> makefile.mgw, the second patch only replaces a '\n' by '.\n' in
> fixdll.bat)
>
> Elias Pschernig
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/