3.3.2 to 3.4.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Instructions for installing NetHack 3.3
|
||||
Instructions for installing NetHack 3.4
|
||||
on a UNIX system
|
||||
=======================================
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
Notes:
|
||||
|
||||
1. Save files and bones files from previous versions will not work with
|
||||
NetHack 3.3. Don't bother trying to keep them.
|
||||
NetHack 3.4. Don't bother trying to keep them.
|
||||
|
||||
2. To install an update of this version of NetHack after changing something,
|
||||
type 'make update' from the main directory. If you created the new
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# NetHack Makefile.
|
||||
# SCCS Id: @(#)Makefile.dat 3.3 92/09/18
|
||||
# SCCS Id: @(#)Makefile.dat 3.4 1992/09/18
|
||||
|
||||
# for Atari
|
||||
# SHELL=E:/GEMINI2/MUPFEL.TTP
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# NetHack Makefile.
|
||||
# SCCS Id: @(#)Makefile.doc 3.3 96/03/23
|
||||
# SCCS Id: @(#)Makefile.doc 3.4 1996/03/23
|
||||
|
||||
# for Atari
|
||||
# SHELL=E:/GEMINI2/MUPFEL.TTP
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# NetHack Makefile.
|
||||
# SCCS Id: @(#)Makefile.src 3.3 2001/12/09
|
||||
# SCCS Id: @(#)Makefile.src 3.4 2001/12/09
|
||||
|
||||
# newer makes predefine $(MAKE) to 'make' and do smarter processing of
|
||||
# recursive make calls if $(MAKE) is used
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# NetHack Makefile.
|
||||
# SCCS Id: @(#)Makefile.top 3.3 95/01/05
|
||||
# SCCS Id: @(#)Makefile.top 3.4 1995/01/05
|
||||
|
||||
# newer makes predefine $(MAKE) to 'make' and do smarter processing of
|
||||
# recursive make calls if $(MAKE) is used
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Makefile for NetHack's utility programs.
|
||||
# SCCS Id: @(#)Makefile.utl 3.3 97/04/19
|
||||
# SCCS Id: @(#)Makefile.utl 3.4 1997/04/19
|
||||
|
||||
# newer makes predefine $(MAKE) to 'make' and do smarter processing of
|
||||
# recursive make calls if $(MAKE) is used
|
||||
|
||||
@@ -35,7 +35,7 @@ FNR == 1 { output_dep() #finish previous file
|
||||
}
|
||||
/^\#[ \t]*include[ \t]+\"/ { #find `#include "X"'
|
||||
incl = $2;
|
||||
#[3.3.1: gnomehack headers currently aren't in include]
|
||||
#[3.4.0: gnomehack headers currently aren't in include]
|
||||
if (incl ~ /\.h$/) {
|
||||
if (incl ~ /^gn/) # gnomehack special case
|
||||
incl = "../win/gnome/" incl
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# SCCS Id: @(#)nethack.sh 3.3 90/02/26
|
||||
# SCCS Id: @(#)nethack.sh 3.4 1990/02/26
|
||||
|
||||
HACKDIR=/usr/games/lib/nethackdir
|
||||
export HACKDIR
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)unixmain.c 3.3 97/01/22 */
|
||||
/* SCCS Id: @(#)unixmain.c 3.4 1997/01/22 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)unixres.c 3.3 01/07/08 */
|
||||
/* SCCS Id: @(#)unixres.c 3.4 2001/07/08 */
|
||||
/* Copyright (c) Slash'EM development team, 2001. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)unixunix.c 3.3 94/11/07 */
|
||||
/* SCCS Id: @(#)unixunix.c 3.4 1994/11/07 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user