housekeeping: mark trunk sources 3.5 (misc)

This commit is contained in:
nethack.allison
2005-01-02 17:21:18 +00:00
parent 66cdbb6f0d
commit e9b022d579
168 changed files with 221 additions and 221 deletions

View File

@@ -4,12 +4,12 @@
NetHack may be freely redistributed. See license for details.
==============================================================
Instructions for compiling and installing
NetHack 3.4 on a DOS system
NetHack 3.5 on a DOS system
======================================================
(or, How to make PC NetHack 3.4)
(or, How to make PC NetHack 3.5)
Last revision: $Date$
Credit for a runnable full PC NetHack 3.4 goes to the PC Development team
Credit for a runnable full PC NetHack 3.5 goes to the PC Development team
of Paul Winner, Kevin Smolkowski, Michael Allison, Yitzhak Sapir, Bill Dyer,
Timo Hakulinen, Yamamoto Keizo, Mike Threepoint, Mike Stephenson,
Stephen White, Ken Washikita and Janet Walz. The present port is based
@@ -49,7 +49,7 @@ I. Dispelling the Myths:
The unsupported sys/msdos/Makefile.MSC was for the old 16 bit
Microsoft Visual C 1.52c compiler and has not been made compliant
with 3.4.x.
with 3.5.x.
You may find it useful to obtain copies of lex (flex) and yacc (bison
or byacc). While not strictly necessary to compile nethack, they are
@@ -245,7 +245,7 @@ Appendix B - DJGPP Compiler (gcc ported to msdos)
Appendix C - Additional Notes
1) Save files and bones files from versions of NetHack prior to 3.4.0 will not
1) Save files and bones files from versions of NetHack prior to 3.5.0 will not
work with this NetHack. Don't bother trying to keep them.
2) To install an update of NetHack after changing something, type 'make'

View File

@@ -1,9 +1,9 @@
# SCCS Id: @(#)Makefile.BC 3.4 2002/03/17
# SCCS Id: @(#)Makefile.BC 3.5 2002/03/17
# Copyright (c) Yitzhak Sapir, 1999-2002.
# NetHack may be freely distributed. See license for details.
#
# PC NetHack 3.4 Makefile for Borland C++ 3.1 and 4.5.
# PC NetHack 3.5 Makefile for Borland C++ 3.1 and 4.5.
#
# Nota Bene: Before you get to here you should have already read
# the Install.dos file located in the sys/msdos directory.

View File

@@ -1,6 +1,6 @@
# SCCS Id: @(#)Makefile.GCC 3.4 $Date$
# SCCS Id: @(#)Makefile.GCC 3.5 $Date$
# Copyright (c) NetHack PC Development Team 1996-2003.
# PC NetHack 3.4 Makefile for djgpp V2
# PC NetHack 3.5 Makefile for djgpp V2
#
# Gnu gcc compiler for msdos (djgpp)
# Requires Gnu Make utility (V3.79.1 or greater) supplied with djgpp

View File

@@ -1,4 +1,4 @@
# SCCS Id: @(#)Makefile.MSC 3.4 2002/09/10
# SCCS Id: @(#)Makefile.MSC 3.5 2002/09/10
# Copyright (c) NetHack PC Development Team 1997 - 2002.
# PC NetHack 3.3x Makefile for MSC V1.52c (16 bit compiler)
#

View File

@@ -1,4 +1,4 @@
# SCSS Id: @(#)NHAccess.nh 3.4 1999/11/28
# SCSS Id: @(#)NHAccess.nh 3.5 1999/11/28
# Copyright (c) NetHack PC Development Team 1993, 1996, 1999
# NetHack may be freely redistributed. See license for details.
#

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)msdos.c 3.4 2000/07/30 */
/* SCCS Id: @(#)msdos.c 3.5 2000/07/30 */
/* Copyright (c) NetHack PC Development Team 1990, 1991, 1992, 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)ovlinit.c 3.4 1994/03/20 */
/* SCCS Id: @(#)ovlinit.c 3.5 1994/03/20 */
/* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pckeys.c 3.4 1996/05/11 */
/* SCCS Id: @(#)pckeys.c 3.5 1996/05/11 */
/* Copyright (c) NetHack PC Development Team 1996 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pctiles.c 3.4 1995/07/31 */
/* SCCS Id: @(#)pctiles.c 3.5 1995/07/31 */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */
/* */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pctiles.h 3.4 1994/04/04 */
/* SCCS Id: @(#)pctiles.h 3.5 1994/04/04 */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */
/* */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pcvideo.h 3.4 1994/06/07 */
/* SCCS Id: @(#)pcvideo.h 3.5 1994/06/07 */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */
/* */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)portio.h 3.4 1995/08/05 */
/* SCCS Id: @(#)portio.h 3.5 1995/08/05 */
/* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */
/* */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)schema1.BC 3.4 1999/10/28 */
/* SCCS Id: @(#)schema1.BC 3.5 1999/10/28 */
/* Copyright (c) Yitzhak Sapir, 1999 */
/* */
/* NetHack Overlay Schema */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)schema2.BC 3.4 1999/10/28 */
/* SCCS Id: @(#)schema2.BC 3.5 1999/10/28 */
/* Copyright (c) Yitzhak Sapir, 1999 */
/* */
/* NetHack Overlay Schema */

View File

@@ -1,4 +1,4 @@
; SCCS Id: @(#)schema3.MSC 3.4 2003/08/03
; SCCS Id: @(#)schema3.MSC 3.5 2003/08/03
; Copyright (c) NetHack PC Development Team, 2000
;
; NetHack Overlay Schema

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)sound.c 3.4 1996/02/19 */
/* SCCS Id: @(#)sound.c 3.5 1996/02/19 */
/* Copyright (c) NetHack PC Development Team 1993,1995 */
/* NetHack may be freely redistributed. See license for details. */
/* */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tile2bin.c 3.4 1995/01/26 */
/* SCCS Id: @(#)tile2bin.c 3.5 1995/01/26 */
/* Copyright (c) NetHack PC Development Team 1993, 1994, 1995 */
/* NetHack may be freely redistributed. See license for details. */
@@ -169,7 +169,7 @@ char *argv[];
# endif
strncpy(tibheader.ident,
"NetHack 3.4 MSDOS Port binary tile file", 80);
"NetHack 3.5 MSDOS Port binary tile file", 80);
strncpy(tibheader.timestamp, asctime(newtime), 24);
tibheader.timestamp[25] = '\0';
tibheader.tilecount = tilecount;

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)video.c 3.4 2001/04/07 */
/* SCCS Id: @(#)video.c 3.5 2001/04/07 */
/* Copyright (c) NetHack PC Development Team 1993, 1994, 2001 */
/* NetHack may be freely redistributed. See license for details. */
/* */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vidtxt.c 3.4 1994/04/04 */
/* SCCS Id: @(#)vidtxt.c 3.5 1994/04/04 */
/* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */
/* */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vidvga.c 3.4 1996/02/16 */
/* SCCS Id: @(#)vidvga.c 3.5 1996/02/16 */
/* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */
/*