vms update (trunk only)

This commit is contained in:
nethack.rankin
2006-09-23 04:45:56 +00:00
parent 1820d8c689
commit b8ecf9e23e
2 changed files with 7 additions and 2 deletions

View File

@@ -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 ``<ESCAPE>[#;#m'', where the first # is

View File

@@ -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