Add win32 port help support.

This commit is contained in:
nethack.allison
2002-03-10 22:30:47 +00:00
parent 2960dc93c0
commit 6f210425b1
8 changed files with 80 additions and 57 deletions
+4
View File
@@ -63,6 +63,8 @@ chdir \
if exist options echo options >>dlb.lst \
if exist ttyoptions echo ttyoptions >>dlb.lst \
if exist guioptions echo guioptions >>dlb.lst \
if NOT exist porthelp copy ..\sys\winnt\porthelp porthelp \
if exist porthelp echo porthelp >>dlb.lst \
echo quest.dat >>dlb.lst \
echo rumors >>dlb.lst \
echo help >>dlb.lst \
@@ -115,6 +117,8 @@ chdir \
if exist options echo options >>dlb.lst \
if exist ttyoptions echo ttyoptions >>dlb.lst \
if exist guioptions echo guioptions >>dlb.lst \
if NOT exist porthelp copy ..\sys\winnt\porthelp porthelp \
if exist porthelp echo porthelp >>dlb.lst \
echo quest.dat >>dlb.lst \
echo rumors >>dlb.lst \
echo help >>dlb.lst \