fix typos
This commit is contained in:
@@ -15,7 +15,7 @@ Windows" or NetHackW) goes to Alex Kompel who initially developed and
|
||||
contributed the port.
|
||||
|
||||
Alex Kompel, Dion Nicolaas, Yitzhak Sapir, Derek S. Ray, Michael Allison,
|
||||
Pasi Kallinen, Bart House, and Janet Walz contributed to the maintainance
|
||||
Pasi Kallinen, Bart House, and Janet Walz contributed to the maintenance
|
||||
of the tty and graphical windows versions of NetHack 3.7.0.
|
||||
|
||||
The build Makefiles and procedures produce two executables:
|
||||
|
||||
@@ -245,7 +245,7 @@ NHV=$(subst ",,$(NHV1))
|
||||
# WCURSES - window port files (curses)
|
||||
# WCHAIN - window port files (chain)
|
||||
# WSHR - Tile support files
|
||||
# SNDSYS - sound suppport files for win32
|
||||
# SNDSYS - sound support files for win32
|
||||
# QT - QT window support files
|
||||
|
||||
INCL =../include
|
||||
|
||||
@@ -100,9 +100,9 @@ GIT_AVAILABLE = N
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# This Makefile will attempt to auto-detect your selected target architecture
|
||||
# based on Visual Studio command prompt configuration settins etc.
|
||||
# based on Visual Studio command prompt configuration settings etc.
|
||||
# However, if you want to manually override generation of a
|
||||
# 32-bit or 64-bit build target, you can uncomment the apppropriate
|
||||
# 32-bit or 64-bit build target, you can uncomment the appropriate
|
||||
# TARGET_CPU line below.
|
||||
#
|
||||
|
||||
@@ -1436,7 +1436,7 @@ $(PDCURSES_TOP)\curses.h:
|
||||
# occurrence of string1 with string2 in the
|
||||
# macro mymacro. Special ascii key codes may be
|
||||
# used in the substitution text by preceding it
|
||||
# with ^ as we have done below. Every occurence
|
||||
# with ^ as we have done below. Every occurrence
|
||||
# of a <tab> in $(ALLOBJ) is replaced by
|
||||
# <+><return><tab>.
|
||||
|
||||
|
||||
@@ -2297,7 +2297,7 @@ void set_cp_map(void)
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* early_raw_print() is used during early game intialization prior to the
|
||||
/* early_raw_print() is used during early game initialization prior to the
|
||||
* setting up of the windowing system. This allows early errors and panics
|
||||
* to have there messages displayed.
|
||||
*
|
||||
|
||||
@@ -31,7 +31,7 @@ echo Directories look ok.
|
||||
|
||||
:movemakes
|
||||
echo Moving Makefiles into ..\..\src for those not using Visual Studio
|
||||
REM Some file movemet for those that still want to use MAKE or NMAKE and a Makefile
|
||||
REM Some file movement for those that still want to use MAKE or NMAKE and a Makefile
|
||||
:do_tty
|
||||
if NOT exist %BINPATH%\*.* mkdir %BINPATH%
|
||||
if NOT exist %BINPATH%\license copy ..\..\dat\license %BINPATH%\license >nul
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
/*
|
||||
* This header file is used to clear up some discrepencies with Visual C
|
||||
* This header file is used to clear up some discrepancies with Visual C
|
||||
* header files & NetHack before including windows.h, so all NetHack
|
||||
* files should include "win32api.h" rather than <windows.h>.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user