Files in this archive:
   lib\xtra\angband.fnt:  Graphics tiles for the Dos386 graphics version
   lib\xtra\gredit.ini:   Configuration file for gredit.exe
   lib\user\graf-ibm.prf: Graphics definitions for Dos386 graphics
   src\main-ibm.c:        Bug fixes to allow compilation for Watcom  
                          and Djgpp under Dos
   src\gredit.c:          Source for gredit.exe, edit the graphics tiles
                          (gredit.ini) for Dos graphics
   src\makepref.c:        Utility for automatically generating graf-ibm.prf
   src\makefile.ibm:      Updated makefile for DJGPP (Dos Gnu C)
   src\makefile.wat:      Updated makefile for Watcom C v10 and v11

   angband.zip            Distributable version of Angband 2.8.2 for Dos/386
                          (Contains everything needed.)

   src\util.c:            Change to fd_make to ensure that the path to
                          a created file exists.  Hence, archiving programs
                          that fail to create empty directories will not break
                          Angband.  [Tested only with Gnu C and Watcom,
                          although it should be portable everywhere.]

   In addition, I suggest the following change be made to config.h:

The line:
# define DEFAULT_PATH "./lib"

should be changed to:
# define DEFAULT_PATH "." PATH_SEP "lib" PATH_SEP

for compatability with systems where the path separator is not '/'.

Enjoy!  Mike Marcelais (michmarc@microsoft.com)




