]> granicus.if.org Git - nethack/commitdiff
dat/keyhelp for vms
authorPatR <rankin@nethack.org>
Sun, 5 Jun 2016 13:33:42 +0000 (06:33 -0700)
committerPatR <rankin@nethack.org>
Sun, 5 Jun 2016 13:33:42 +0000 (06:33 -0700)
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.

sys/vms/.gitattributes
sys/vms/Makefile.src
sys/vms/install.com [changed mode: 0644->0755]
sys/vms/nethack.com
sys/vms/spec_lev.com
sys/vms/vmsbuild.com

index 31e18fe84cba172bba16b27f56b9fa649dba60c7..21561faf18aa46e53578bb6d32c261fe093aeb0b 100644 (file)
@@ -1 +1,2 @@
 Makefile.* NHSUBST
+*.com NHSUBST
index 8274024c7a5850acec95370be667e37dfb59f6e0..18772beb21ccac5717002bf026f03853dca13b69 100644 (file)
@@ -1,5 +1,5 @@
 #      NetHack Makefile (VMS) - for building nethack itself.
-#      NetHack 3.6     Makefile.src    $NHDT-Date: 1447314365 2015/11/12 07:46:05 $    $NHDT-Branch: master $:$NHDT-Revision: 1.27 $
+#      NetHack 3.6     Makefile.src    $NHDT-Date: 1465133388 2016/06/05 13:29:48 $    $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.28 $
 
 #  Copy this file to [.src]Makefile. and then edit it as needed.
 #  The default configuration is for building with DEC C (aka Compaq C).
@@ -97,7 +97,7 @@ RANDOBJ = random.obj
 # Other things that have to be reconfigured are in vmsconf.h,
 # and config.h
 
-VERSION  = 3.5.0
+VERSION  = 3.6.1
 
 MAKEDEFS = $(UTL)makedefs.exe;
 
old mode 100644 (file)
new mode 100755 (executable)
index 21298a9..ac2f4e1
@@ -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"
index d73899ac3344aa0d9c671ac4c7704f87c47be193..7afcf5d0bf46089d5816e36edc4536ebfe6176b2 100755 (executable)
@@ -1,7 +1,7 @@
 $! NetHack.Com -- sample command procedure for invoking NetHack  9-JAN-1993
 $ v = 'f$verify(0)'
 $!
-$! $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$! $NHDT-Date: 1465133392 2016/06/05 13:29:52 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $
 $!
 $!    Possible command line arguments include
 $!     "-uConan-B"     !play a barbarian named Conan
index 0da5537add651f1dbfb871a84fdee81cdfcb909f..f12e2f8d61f7cb7d059c3b73bb119614f3e739a0 100755 (executable)
@@ -1,6 +1,6 @@
 $ ! sys/vms/spec_lev.com -- preprocess nethack's special level compiler code
 $ !
-$ ! $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$ ! $NHDT-Date: 1465133393 2016/06/05 13:29:53 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $
 $ !
 $ ! This operation needs to be performed prior to executing vmsbuild.com.
 $ ! Process the scanning and parsing code for NetHack's special level
index 1ae200e0aa81806dcdc310f7d3133d170728ce5d..069af041bd46454e260b1d3c5de49f1b20428a6d 100755 (executable)
@@ -1,6 +1,6 @@
 $ ! vms/vmsbuild.com -- compile and link NetHack 3.6.*                 [pr]
-$      version_number = "3.5.0"
-$ ! $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$      version_number = "3.6.1"
+$ ! $NHDT-Date: 1465133393 2016/06/05 13:29:53 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.15 $
 $ !
 $ ! usage:
 $ !   $ set default [.src]     !or [-.-.src] if starting from [.sys.vms]