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:
@@ -1,9 +1,9 @@
|
||||
# NetHack Makefile (VMS) - for building nethack itself.
|
||||
# SCCS Id: @(#)Makefile.src 3.5 2008/01/30
|
||||
# NetHack 3.5 Makefile.src $Date$ $Revision$
|
||||
|
||||
# Copy this file to [.src]Makefile. and then edit it as needed.
|
||||
# The default configuration is for building with DEC C (aka Compaq C).
|
||||
# If you changed CC or CFLAGS, make similar changes in [.util]Makefile.
|
||||
# If you change CC or CFLAGS, make similar changes in [.util]Makefile.
|
||||
#
|
||||
# Note: modifying this Makefile will cause crtl.opt to be rebuilt,
|
||||
# which will trigger an update of makedefs, which will in turn
|
||||
@@ -315,7 +315,7 @@ $(HACK_H) : $(INC)hack.h $(CONFIG_H) $(INC)align.h \
|
||||
vmsmain.obj : $(VMS)vmsmain.c $(HACK_H) $(INC)dlb.h
|
||||
vmstty.obj : $(VMS)vmstty.c $(HACK_H) $(INC)wintty.h $(INC)tcap.h
|
||||
vmsunix.obj : $(VMS)vmsunix.c $(HACK_H)
|
||||
vmsmisc.obj : $(VMS)vmsmisc.c $(VMS)oldcrtl.c
|
||||
vmsmisc.obj : $(VMS)vmsmisc.c $(VMS)oldcrtl.c $(CONFIG_H)
|
||||
vmsfiles.obj : $(VMS)vmsfiles.c $(CONFIG_H)
|
||||
vmsmail.obj : $(VMS)vmsmail.c $(CONFIG_H) $(INC)mail.h \
|
||||
$(INC)wintype.h $(INC)winprocs.h
|
||||
|
||||
Reference in New Issue
Block a user