For his new port contribution, add <Someone> to the dungeoneer list,

and the history info.

Also fix a typo in the win32 stuff (cosmetic only).

M. Allison
This commit is contained in:
nethack.allison
2002-01-14 01:44:17 +00:00
parent b35a8a290a
commit 5e1809b939
4 changed files with 24 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ clean:
..\util\dgn_lex.c: ..\util\dgn_comp.l
!IF "$(LEX)"==""
@echo Using pre-built lev_lex.c
@echo Using pre-built dgn_lex.c
@copy ..\sys\share\dgn_lex.c $@
!ELSE
chdir ..\util