vms Makefile update

This commit is contained in:
nethack.rankin
2002-07-13 12:44:55 +00:00
parent 615d9dde2b
commit 0dd070271b

View File

@@ -90,9 +90,7 @@ RANDOBJ = random.obj
# Other things that have to be reconfigured are in vmsconf.h,
# and config.h
# note: no trailing whitespace (or comment) after version or patchlevel numbers
VERSION =3.4
PATCHLVL =0
VERSION = 3.4.1
MAKEDEFS = $(UTL)makedefs.exe;
@@ -196,7 +194,7 @@ nethack.opt : $(MAKEFILE) # this file
@ write f f$edit("$(HOBJ5)","COLLAPSE")
@ write f f$edit("$(HOBJ6)","COLLAPSE")
@ write f "iosegment=128"
write f "identification=$(VERSION).$(PATCHLVL)"
write f "identification=$(VERSION)"
close f
# linker options file for run-time libraries, also used by $(UTL)Makefile