From 0e6495436a5f9a7fa5dba4543d00e3315aa9e633 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 17 Mar 2002 14:36:57 +0000 Subject: [PATCH] change timestamps; tweak a couple of port things --- include/config.h | 2 +- include/patchlevel.h | 4 ++-- sys/msdos/Makefile.BC | 6 +++--- sys/msdos/Makefile.GCC | 8 ++++---- sys/msdos/Makefile.MSC | 6 +++--- sys/msdos/setup.bat | 9 ++++++--- 6 files changed, 19 insertions(+), 16 deletions(-) diff --git a/include/config.h b/include/config.h index 0f05b20c7..fddb25795 100644 --- a/include/config.h +++ b/include/config.h @@ -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. */ diff --git a/include/patchlevel.h b/include/patchlevel.h index e79baee5f..bb6a7a460 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -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 diff --git a/sys/msdos/Makefile.BC b/sys/msdos/Makefile.BC index 4f21463e3..700816071 100644 --- a/sys/msdos/Makefile.BC +++ b/sys/msdos/Makefile.BC @@ -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 # # diff --git a/sys/msdos/Makefile.GCC b/sys/msdos/Makefile.GCC index e695868ec..0b1b126fd 100644 --- a/sys/msdos/Makefile.GCC +++ b/sys/msdos/Makefile.GCC @@ -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 diff --git a/sys/msdos/Makefile.MSC b/sys/msdos/Makefile.MSC index 568fad238..37a6ea375 100644 --- a/sys/msdos/Makefile.MSC +++ b/sys/msdos/Makefile.MSC @@ -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 diff --git a/sys/msdos/setup.bat b/sys/msdos/setup.bat index 6b5f9b846..33a9182b8 100755 --- a/sys/msdos/setup.bat +++ b/sys/msdos/setup.bat @@ -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