change timestamps; tweak a couple of port things

This commit is contained in:
nethack.allison
2002-03-17 14:36:57 +00:00
parent fafbb60725
commit 0e6495436a
6 changed files with 19 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)config.h 3.4 2002/03/11 */
/* SCCS Id: @(#)config.h 3.4 2002/03/17 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.4 2002/03/12 */
/* SCCS Id: @(#)patchlevel.h 3.4 2002/03/17 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
@@ -41,7 +41,7 @@
/* Version 3.4.0 */
/*
* NetHack 3.4.0, March 12, 2002
* NetHack 3.4.0, March 17, 2002
*
* Hundreds of general bug fixes including some for sliming, zapping, conduct,
* and several more for riding

View File

@@ -1,5 +1,5 @@
# SCCS Id: @(#)Makefile.BC 3.4 1999/11/06
# Copyright (c) Yitzhak Sapir, 1999.
# SCCS Id: @(#)Makefile.BC 3.4 2002/03/17
# Copyright (c) Yitzhak Sapir, 1999-2002.
# NetHack may be freely distributed. See license for details.
#
@@ -23,7 +23,7 @@
#
GAME = NetHack
GAMEDIR = c:\games\nethack
GAMEDIR = ..\binary
#
#

View File

@@ -1,9 +1,9 @@
# SCCS Id: @(#)Makefile.GCC 3.4 1999/11/06
# Copyright (c) NetHack PC Development Team 1996.
# SCCS Id: @(#)Makefile.GCC 3.4 2002/03/17
# Copyright (c) NetHack PC Development Team 1996-2002.
# PC NetHack 3.4 Makefile for djgpp V2
#
# Gnu gcc compiler for msdos (djgpp)
# Requires Gnu Make utility (V3.73 or greater) supplied with djgpp V2
# Requires Gnu Make utility (V3.79 or greater) supplied with djgpp
#
# For questions or comments: devteam@nethack.org
#
@@ -23,7 +23,7 @@
GAME = nethack
# The GNU Make has a problem if you include a drive spec below (unfortunately).
GAMEDIR = \games\nethackd
GAMEDIR =..\binary
#
# Directories, gcc likes unix style directory specs

View File

@@ -1,5 +1,5 @@
# SCCS Id: @(#)Makefile.MSC 3.4 2000/08/20
# Copyright (c) NetHack PC Development Team 1997, 2000.
# SCCS Id: @(#)Makefile.MSC 3.4 2002/03/17
# Copyright (c) NetHack PC Development Team 1997 - 2002.
# PC NetHack 3.4 Makefile for MSC
#
# For questions or comments: nethack-bugs@nethack.org
@@ -17,7 +17,7 @@
# NOTE: Make sure GAMEDIR exists before make is started.
GAME = nethack
GAMEDIR = \games\nethack
GAMEDIR =..\binary
#
# Directories

View File

@@ -1,10 +1,10 @@
@echo off
REM SCCS Id: @(#)setup.bat 97/09/28
REM Copyright (c) NetHack PC Development Team 1990 - 1997
REM SCCS Id: @(#)setup.bat 2002/03/17
REM Copyright (c) NetHack PC Development Team 1990 - 2002
REM NetHack may be freely redistributed. See license for details.
echo.
echo Copyright (c) NetHack PC Development Team 1990 - 1997
echo Copyright (c) NetHack PC Development Team 1990 - 2002
echo NetHack may be freely redistributed. See license for details.
echo.
REM setup batch file for msdos, see Install.dos for details.
@@ -22,6 +22,9 @@ if not exist ..\..\win\tty\wintty.c goto err_dir
if not exist ..\share\lev_yacc.c goto err_dir
echo Directories OK.
if not exist ..\..\binary\* mkdir ..\..\binary
if NOT exist ..\..\binary\license copy ..\..\dat\license ..\..\binary\license >nul
if exist ..\..\dat\data.bas goto long1ok
if exist ..\..\dat\data.base goto long1a
if exist ..\..\dat\data~1.bas goto long1b