Another batch of manual header var additions

This commit is contained in:
keni
2015-02-26 17:43:47 -05:00
committed by Pasi Kallinen
parent 4e50ba93f4
commit 69356cc77d
18 changed files with 57 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
$ ! vms/install.com -- set up nethack 'playground'
$ !
$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
$ ! $Date: 2006/09/23 04:45:56 $ $Revision: 1.4 $
$ !
$ ! Use vmsbuild.com to create nethack.exe, makedefs, and lev_comp *first*.
$ !
$ ! Edit this file to define gamedir & gameuic, or else invoke it with two

View File

@@ -1,6 +1,9 @@
$! NetHack.Com -- sample command procedure for invoking NetHack 9-JAN-1993
$ v = 'f$verify(0)'
$!
$! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
$! $Date: 2002/01/05 21:06:00 $ $Revision: 1.1 $
$!
$! Possible command line arguments include
$! "-uConan-B" !play a barbarian named Conan
$! "-u" "Merlin-W" !play a wizard named Merlin (slight variant of above)

View File

@@ -1,5 +1,8 @@
$ ! sys/vms/spec_lev.com -- preprocess nethack's special level compiler code
$ !
$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
$ ! $Date: 2002/01/05 21:06:00 $ $Revision: 1.1 $
$ !
$ ! This operation needs to be performed prior to executing vmsbuild.com.
$ ! Process the scanning and parsing code for NetHack's special level
$ ! and dungeon compilers. *.l and *.y are converted into *'.c and *.h.

View File

@@ -1,5 +1,7 @@
$ ! vms/vmsbuild.com -- compile and link NetHack 3.5.* [pr]
$ version_number = "3.5.0"
$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
$ ! $Date: 2011/05/23 03:27:10 $ $Revision: 1.8 $
$ !
$ ! usage:
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]