dat/keyhelp for vms
Update vms/install.com (rather than Makefile.top) to install the new data file for the 'whatdoes' command. Also, the 3.6.0 distribution puts version number 3.5.0 into vms binaries (all the programs, not just nethack itself). It's something observable with native tools without running the program, nothing to do with nethack's 'v' command which gets its version number from patchlevel.h via makedefs.
This commit is contained in:
5
sys/vms/install.com
Normal file → Executable file
5
sys/vms/install.com
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
$ ! vms/install.com -- set up nethack 'playground'
|
||||
$ !
|
||||
$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$ ! $NHDT-Date: 1465133391 2016/06/05 13:29:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $
|
||||
$ !
|
||||
$ ! Use vmsbuild.com to create nethack.exe, makedefs, and lev_comp *first*.
|
||||
$ !
|
||||
@@ -24,7 +24,8 @@ $
|
||||
$ ! note: all filespecs contain some punctuation,
|
||||
$ ! to avoid inadvertent logical name interaction
|
||||
$ play_files = "PERM.,RECORD.,LOGFILE.,PANICLOG."
|
||||
$ help_files = "HELP.,HH.,CMDHELP.,WIZHELP.,OPTHELP.,HISTORY.,LICENSE."
|
||||
$ help_files = "HELP.,HH.,CMDHELP.,KEYHELP.,WIZHELP.,OPTHELP.," -
|
||||
+ "HISTORY.,LICENSE."
|
||||
$ data_files = "DATA.,RUMORS.,ORACLES.,OPTIONS.,QUEST.DAT,TRIBUTE."
|
||||
$ sysconf_file = "[.sys.vms]sysconf"
|
||||
$ guidebook = "[.doc]Guidebook.txt"
|
||||
|
||||
Reference in New Issue
Block a user