From b8ecf9e23e00e301dfef3ba059dff0ba406305ca Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sat, 23 Sep 2006 04:45:56 +0000 Subject: [PATCH] vms update (trunk only) --- include/vmsconf.h | 7 ++++++- sys/vms/install.com | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/vmsconf.h b/include/vmsconf.h index e2464a977..4382fb69b 100644 --- a/include/vmsconf.h +++ b/include/vmsconf.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmsconf.h 3.5 2003/05/19 */ +/* SCCS Id: @(#)vmsconf.h 3.5 2006/09/22 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -74,6 +74,11 @@ */ #define DLB /* use data librarian code */ +/* + * Needed to support DECgraphics and/or IBMgraphics display styles. + */ +#define ASCIIGRAPH /* ASCII graphics support on terminals */ + /* * You may define TEXTCOLOR if your system has any terminals that recognize * ANSI color sequences of the form ``[#;#m'', where the first # is diff --git a/sys/vms/install.com b/sys/vms/install.com index 68fa96fdc..aec87fe05 100755 --- a/sys/vms/install.com +++ b/sys/vms/install.com @@ -41,7 +41,7 @@ $ dngn_input = "dungeon.pdf" $ dlb_files = help_files + "," + data_files + "," - + spec_files + "," + qstl_files + "," + dngn_files $ data_libry = "nh-data.dlb" -$ xtrn_files = "LICENSE.,HISTORY.,OPTIONS." +$ xtrn_files = "LICENSE.,HISTORY.,OPTIONS.,SYMBOLS." $ makedefs := $sys$disk:[-.util]makedefs $ lev_comp := $sys$disk:[-.util]lev_comp $ dgn_comp := $sys$disk:[-.util]dgn_comp -- 2.50.1