housekeeping: mark trunk sources 3.5 (misc)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Copyright (c) NetHack Development Team 1990-2002
|
||||
Copyright (c) NetHack Development Team 1990-2005
|
||||
NetHack may be freely redistributed. See license for details.
|
||||
==============================================================
|
||||
Instructions for compiling and installing
|
||||
NetHack 3.4 on a Windows 9x, NT, 2000, or XP system
|
||||
NetHack 3.5 on a Windows 9x, NT, 2000, or XP system
|
||||
==============================================================
|
||||
Last revision: $Date$
|
||||
|
||||
@@ -15,7 +15,7 @@ contributed the port.
|
||||
|
||||
The PC Windows porting team consisting of Michael Allison, David Cohrs,
|
||||
Alex Kompel, Dion Nicolaas, Yitzhak Sapir, and Janet Walz maintained the
|
||||
tty and graphical win32 versions of NetHack 3.4.1.
|
||||
tty and graphical win32 versions of NetHack 3.5.0.
|
||||
|
||||
You can build either the TTY version of NetHack or the Windows Graphical
|
||||
version. In either case you can use one of the following build
|
||||
@@ -426,10 +426,10 @@ II. Executing the game
|
||||
If you will be running it by launching it from a shortcut, just use
|
||||
the following information when setting up the shortcut.
|
||||
|
||||
Description : NetHack 3.4.1 Console version
|
||||
Description : NetHack 3.5.0 Console version
|
||||
Command Line : C:\NETHACK\BINARY\NETHACK.EXE
|
||||
|
||||
Description : NetHack 3.4.1 Graphical Interface
|
||||
Description : NetHack 3.5.0 Graphical Interface
|
||||
Command Line : C:\NETHACK\BINARY\NETHACKW.EXE
|
||||
|
||||
(changing the directory to the appropriate one of course)
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# SCCS Id: @(#)Makefile.bcc 3.4 $Date$
|
||||
# Copyright (c) NetHack PC Development Team 1993-2003
|
||||
# SCCS Id: @(#)Makefile.bcc 3.5 $Date$
|
||||
# Copyright (c) NetHack PC Development Team 1993-2005
|
||||
#
|
||||
#
|
||||
# IMPORTANT NOTE: This Makefile has not been tested for 3.4.2.
|
||||
# IMPORTANT NOTE: This Makefile has not been tested for 3.5.x.
|
||||
#
|
||||
#
|
||||
# NetHack 3.4.x Makefile for Borland C++ V5.5.1 and above and Borland's MAKE
|
||||
# NetHack 3.5.x Makefile for Borland C++ V5.5.1 and above and Borland's MAKE
|
||||
#
|
||||
# Win32 Compilers Tested:
|
||||
# Win32 Compilers Tested for 3.4.x:
|
||||
# - Borland C++ 5.5.1 for Win32
|
||||
#
|
||||
# If you don't have this compiler, you can get it at:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SCCS Id: @(#)Makefile.gcc 3.4 $Date$
|
||||
# SCCS Id: @(#)Makefile.gcc 3.5 $Date$
|
||||
# Copyright (c) NetHack PC Development Team 1993-2003
|
||||
#
|
||||
# NetHack 3.4.x Makefile for MinGW
|
||||
# NetHack 3.5.x Makefile for MinGW
|
||||
#
|
||||
# Win32 Compilers Tested:
|
||||
# - MinGW 1.0 (gcc version 2.95.3-6) (Console NetHack only)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SCCS Id: @(#)Makefile.msc 3.4 $Date$
|
||||
# SCCS Id: @(#)Makefile.msc 3.5 $Date$
|
||||
# Copyright (c) NetHack PC Development Team 1993-2003
|
||||
#
|
||||
# NetHack 3.4.x Makefile for MS Visual C++ V6.x and above and MS NMAKE
|
||||
# NetHack 3.5.x Makefile for MS Visual C++ V6.x and above and MS NMAKE
|
||||
#
|
||||
# Win32 Compilers Tested:
|
||||
# - Microsoft 32 bit Visual C++ V4.x
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)console.rc 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)console.rc 3.5 $Date$ */
|
||||
/* Copyright (c) Yitzhak Sapir, 2002. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,4,2,0
|
||||
PRODUCTVERSION 3,4,2,0
|
||||
FILEVERSION 3,5,0,0
|
||||
PRODUCTVERSION 3,5,0,0
|
||||
FILEFLAGSMASK 0x1fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x9L
|
||||
@@ -29,13 +29,13 @@ BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "NetHack for Windows - TTY Interface\0"
|
||||
VALUE "FileVersion", "3.4.2\0"
|
||||
VALUE "FileVersion", "3.5.0\0"
|
||||
VALUE "InternalName", "NetHack\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2003. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2005. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0"
|
||||
VALUE "OriginalFilename", "NetHack.exe\0"
|
||||
VALUE "PrivateBuild", "030825\0"
|
||||
VALUE "PrivateBuild", "050102\0"
|
||||
VALUE "ProductName", "NetHack\0"
|
||||
VALUE "ProductVersion", "3.4.2\0"
|
||||
VALUE "ProductVersion", "3.5.0\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)mapimail.c 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)mapimail.c 3.5 $Date$ */
|
||||
/* Copyright (c) Michael Allison, 1997 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
NAME NETHACK
|
||||
DESCRIPTION 'NetHack 3.4.1 for Windows NT'
|
||||
DESCRIPTION 'NetHack 3.5.0 for Windows NT'
|
||||
EXETYPE WINDOWS
|
||||
STUB 'WINSTUB.EXE'
|
||||
CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)nh340key.c 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)nh340key.c 3.5 $Date$ */
|
||||
/* Copyright (c) NetHack PC Development Team 2003 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)nhdefkey.c 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)nhdefkey.c 3.5 $Date$ */
|
||||
/* Copyright (c) NetHack PC Development Team 2003 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)nhraykey.c 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)nhraykey.c 3.5 $Date$ */
|
||||
/* Copyright (c) NetHack PC Development Team 2003 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@REM SCCS Id: @(#)nhsetup.bat 3.4 $Date$
|
||||
@REM SCCS Id: @(#)nhsetup.bat 3.5 $Date$
|
||||
@REM Copyright (c) NetHack PC Development Team 1993, 1996, 2002
|
||||
@REM NetHack may be freely redistributed. See license for details.
|
||||
@REM Win32 setup batch file, see Install.nt for details
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)ntsound.c 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)ntsound.c 3.5 $Date$ */
|
||||
/* Copyright (c) NetHack PC Development Team 1993 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
/* */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)nttty.c 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)nttty.c 3.5 $Date$ */
|
||||
/* Copyright (c) NetHack PC Development Team 1993 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)win32api.h 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)win32api.h 3.5 $Date$ */
|
||||
/* Copyright (c) NetHack PC Development Team 1996 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)winnt.c 3.4 $Date$ */
|
||||
/* SCCS Id: @(#)winnt.c 3.5 $Date$ */
|
||||
/* Copyright (c) NetHack PC Development Team 1993, 1994 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user