vms update
Bring a couple of vms-specific instances of nethack's version number up to date.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
/* SCCS Id: @(#)vmsconf.h 3.4 2001/12/07 */
|
/* SCCS Id: @(#)vmsconf.h 3.4 2003/05/19 */
|
||||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
* extra room for patching longer values into an existing executable.
|
* extra room for patching longer values into an existing executable.
|
||||||
*/
|
*/
|
||||||
#define Local_WIZARD "NHWIZARD\0\0\0\0"
|
#define Local_WIZARD "NHWIZARD\0\0\0\0"
|
||||||
#define Local_HACKDIR "DISK$USERS:[GAMES.NETHACK.3-3-0.PLAY]\0\0\0\0\0\0\0\0"
|
#define Local_HACKDIR "DISK$USERS:[GAMES.NETHACK.3-4-2.PLAY]\0\0\0\0\0\0\0\0"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This section cleans up the stuff done in config.h so that it
|
* This section cleans up the stuff done in config.h so that it
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# NetHack Makefile (VMS) - top level for making & installing everything.
|
# NetHack Makefile (VMS) - top level for making & installing everything.
|
||||||
# SCCS Id: @(#)Makefile.top 3.4 1996/03/02
|
# SCCS Id: @(#)Makefile.top 3.4 2003/05/19
|
||||||
|
|
||||||
# Copy this file to <top>Makefile.; edit the appropriate values for
|
# Copy this file to <top>Makefile.; edit the appropriate values for
|
||||||
# GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier
|
# GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier
|
||||||
@@ -26,7 +26,7 @@ VMS = [.sys.vms]
|
|||||||
GAMEDIR = # defaults to [.play]
|
GAMEDIR = # defaults to [.play]
|
||||||
GAMEOWNER = # defaults to installer's UIC
|
GAMEOWNER = # defaults to installer's UIC
|
||||||
# these are the distributed values in [.include]vmsconf.h
|
# these are the distributed values in [.include]vmsconf.h
|
||||||
#GAMEDIR = DISK$USERS:[GAMES.NETHACK.3-3-0.PLAY]
|
#GAMEDIR = DISK$USERS:[GAMES.NETHACK.3-4-2.PLAY]
|
||||||
#GAMEOWNER = NHWIZARD
|
#GAMEOWNER = NHWIZARD
|
||||||
|
|
||||||
# just about everything, except installation
|
# just about everything, except installation
|
||||||
|
|||||||
Reference in New Issue
Block a user