sort of/kind of support PANICTRACE on VMS (trunk only)

I don't think this is useful enough to recommend ordinary users
enable it, but it's close enough to being useful that I don't want
to leave it to become subject to bit rot like umpteen other unfinished
patches.  Anyone running in wizard mode who has a panic already gets
pushed into the debugger on VMS, although it doesn't work for what might
be considered the most important configuration (a secure playground, as
opposed to the wide-open one I've always been content to leave mine at).
This commit is contained in:
nethack.rankin
2011-04-24 08:16:22 +00:00
parent 4151ab500f
commit 0b97c1be42
6 changed files with 99 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for utility programs.
# SCCS Id: @(#)Makefile.utl 3.5 2007/10/27
# NetHack 3.5 Makefile.utl $Date$ $Revision$
# Copy this file to [.util]Makefile. and then edit it as needed.
# The default configuration is for building with DEC C (aka Compaq C).
@@ -341,7 +341,7 @@ $(CONFIG_H) : $(INC)config.h
@ $(CD) $(UTL)
# VMS specific dependencies
$(SRC)vmsmisc.obj : $(VMS)vmsmisc.c
$(SRC)vmsmisc.obj : $(VMS)vmsmisc.c $(CONFIG_H)
$(CD) $(SRC)
$(MAKE)$(MAKEFLAGS) vmsmisc.obj
@ $(CD) $(UTL)