A batch of manual header var additions.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Installing NetHack with a Qt or KDE interface
|
||||
---------------------------------------------
|
||||
$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$Date: 2004/07/01 18:21:51 $ $Revision: 1.7 $
|
||||
|
||||
This document describes the installation of NetHack with a Qt interface
|
||||
on UNIX/X11 or Mac OS X. This code should also work with Qt/Windows, but
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$Date: 2007/12/13 20:17:11 $ $Revision: 1.6 $
|
||||
|
||||
This document describes the installation of NetHack with an X11 interface.
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
! $Date: 2003/10/03 02:09:25 $ $Revision: 1.5 $
|
||||
|
||||
! The display_file, tombstone, and menu windows are all formatted assuming
|
||||
! a fixed width font. Text windows may or may not be formatted as above.
|
||||
! The rip window applies if the GRAPHIC_TOMBSTONE option is turned on, and
|
||||
|
||||
@@ -39,6 +39,9 @@
|
||||
* + Added workaround for SYSV include problem.
|
||||
* + Changed the default width response text widget to be as wide as the
|
||||
* window itself. Suggestion from David E. Wexelblat, dwex@goblin.org.
|
||||
*
|
||||
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
* $Date: 2002/03/31 17:11:23 $ $Revision: 1.2 $
|
||||
*/
|
||||
|
||||
#ifndef SYSV
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#
|
||||
# Nethack configuration file.
|
||||
# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
# $Date: 2007/12/13 20:17:11 $ $Revision: 1.2 $
|
||||
#
|
||||
# Naming this file $(HOME)/.nethackrc (for UNIX) or setting the environment
|
||||
# variable NETHACKOPTIONS to point to its full path name elsewhere tells
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
* Convert the given input files into an output file that is expected
|
||||
* by nethack.
|
||||
*
|
||||
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
* $Date: 2002/03/17 20:02:47 $ $Revision: 1.2 $
|
||||
*
|
||||
* Assumptions:
|
||||
* + Two dimensional byte arrays are in row order and are not padded
|
||||
* between rows (x11_colormap[][]).
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
/* | provided "as is" without express or implied warranty. | */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
|
||||
/*
|
||||
* $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
* $Date: 2002/01/05 21:06:02 $ $Revision: 1.1 $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "tile.h"
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
# $Date: 2002/01/22 22:54:54 $ $Revision: 1.3 $
|
||||
|
||||
#Set all of these or none of them
|
||||
#YACC = byacc.exe
|
||||
#LEX = flex.exe
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
# $Date:2002/01/22 22:54:54 $ $Revision: 1.2 $
|
||||
#YACC = byacc.exe
|
||||
#LEX = flex.exe
|
||||
#YTABC = y_tab.c
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
/* Copyright (C) 2002 by Alex Kompel */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
/*
|
||||
$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$Date: 2003/03/03 23:31:36 $ $Revision: 1.3 $
|
||||
*/
|
||||
|
||||
#ifndef MSWINSplashWindow_h
|
||||
#define MSWINSplashWindow_h
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
#$Date: 2002/01/18 12:55:00 $ $Revision: 1.1 $
|
||||
|
||||
default: all
|
||||
|
||||
all: ..\win\win32\tiles.bmp
|
||||
|
||||
Reference in New Issue
Block a user