Mail Archives: djgpp-workers/2001/02/08/11:33:59
Now I'm trying to make this file generic, so it could
be used either in GDB, either in GCC. Or both at once.
My goal is to ensure that there should be no differences
between GCC and GDB djunpack.bat. However, this causes
some trouble:
1) Location of fnchange.lst. Currently it is
%WHATEVER%/gdb/config/djgpp/fnchange.lst
Now if we want to have One True fnchange.lst, it should be
moved somewhere else, like
%WHATEVER%/config/djgpp/fnchange.lst
That's the easy part. Any objections?
2) Getting rid of that %WHATEVER% above. It is pointing
to the top level directory in distribution archive. Now
GDB-only djunpack.bat can set it to gdb-5.0, however unified
unpacker should deduce it at runtime. Any suggestions, how?
Laurynas
- Raw text -