housekeeping: mark trunk sources 3.5 (misc)

This commit is contained in:
nethack.allison
2005-01-02 17:21:18 +00:00
parent 66cdbb6f0d
commit e9b022d579
168 changed files with 221 additions and 221 deletions

View File

@@ -51,7 +51,7 @@
Note that code compiled for OS/2 versions 1.0-1.3 runs unmodified in OS/2
versions 2.0 and up. In principle it should be possible to cross compile
NetHack 3.4 for OS/2 in DOS using NDMAKE and MSC, but this is not
NetHack 3.5 for OS/2 in DOS using NDMAKE and MSC, but this is not
recommended (see note 3).
If you're using some other compiler than one listed above, you will have

View File

@@ -1,5 +1,5 @@
# SCCS Id: @(#)Makefile.os2 3.4.1 1996/10/29
# OS/2 NetHack 3.4.1 Makefile for OS/2 versions 1.x and 2.x
# SCCS Id: @(#)Makefile.os2 3.5 1996/10/29
# OS/2 NetHack 3.5 Makefile for OS/2 versions 1.x and 2.x
# Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen
#
# Several compilers exist for OS/2 but, currently only GCC emx is tested
@@ -175,7 +175,7 @@ WINSHARE= $(NHSRC)\win\share # Shared system files
OBJ = \tmp\obj # Object files
TEMP = \tmp\bin # Temporary files during make process
GAMEDIR = \games\nh341x11 # Game directory
GAMEDIR = \games\nh350x11 # Game directory
PLIBP = c:\emx\lib # Protected mode C libraries
RLIBP = c:\emx\lib # Possible real mode C libraries
@@ -184,7 +184,7 @@ RLIBP = c:\emx\lib # Possible real mode C libraries
#
GAME = nethack
GAMEDES = "NetHack 3.4.1"
GAMEDES = "NetHack 3.5.0"
#
# The uppermost two lines for MSC, the middle two for GCC, and

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)os2.c 3.4 1996/02/29 */
/* SCCS Id: @(#)os2.c 3.5 1996/02/29 */
/* Copyright (c) Timo Hakulinen, 1990, 1991, 1992, 1993, 1996. */
/* NetHack may be freely redistributed. See license for details. */