[AD] mingw sed fix |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
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
Attachment:
mingmake.diff
Description: Binary data
Attachment:
fixdll.diff
Description: Binary data
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |