change timestamps; tweak a couple of port things
This commit is contained in:
+1
-1
@@ -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. */
|
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
|
|
||||||
|
|||||||
@@ -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. */
|
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
/* Version 3.4.0 */
|
/* 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,
|
* Hundreds of general bug fixes including some for sliming, zapping, conduct,
|
||||||
* and several more for riding
|
* and several more for riding
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# SCCS Id: @(#)Makefile.BC 3.4 1999/11/06
|
# SCCS Id: @(#)Makefile.BC 3.4 2002/03/17
|
||||||
# Copyright (c) Yitzhak Sapir, 1999.
|
# Copyright (c) Yitzhak Sapir, 1999-2002.
|
||||||
# NetHack may be freely distributed. See license for details.
|
# NetHack may be freely distributed. See license for details.
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
GAME = NetHack
|
GAME = NetHack
|
||||||
GAMEDIR = c:\games\nethack
|
GAMEDIR = ..\binary
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# SCCS Id: @(#)Makefile.GCC 3.4 1999/11/06
|
# SCCS Id: @(#)Makefile.GCC 3.4 2002/03/17
|
||||||
# Copyright (c) NetHack PC Development Team 1996.
|
# Copyright (c) NetHack PC Development Team 1996-2002.
|
||||||
# PC NetHack 3.4 Makefile for djgpp V2
|
# PC NetHack 3.4 Makefile for djgpp V2
|
||||||
#
|
#
|
||||||
# Gnu gcc compiler for msdos (djgpp)
|
# 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
|
# For questions or comments: devteam@nethack.org
|
||||||
#
|
#
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
GAME = nethack
|
GAME = nethack
|
||||||
# The GNU Make has a problem if you include a drive spec below (unfortunately).
|
# 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
|
# Directories, gcc likes unix style directory specs
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# SCCS Id: @(#)Makefile.MSC 3.4 2000/08/20
|
# SCCS Id: @(#)Makefile.MSC 3.4 2002/03/17
|
||||||
# Copyright (c) NetHack PC Development Team 1997, 2000.
|
# Copyright (c) NetHack PC Development Team 1997 - 2002.
|
||||||
# PC NetHack 3.4 Makefile for MSC
|
# PC NetHack 3.4 Makefile for MSC
|
||||||
#
|
#
|
||||||
# For questions or comments: nethack-bugs@nethack.org
|
# For questions or comments: nethack-bugs@nethack.org
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
# NOTE: Make sure GAMEDIR exists before make is started.
|
# NOTE: Make sure GAMEDIR exists before make is started.
|
||||||
|
|
||||||
GAME = nethack
|
GAME = nethack
|
||||||
GAMEDIR = \games\nethack
|
GAMEDIR =..\binary
|
||||||
|
|
||||||
#
|
#
|
||||||
# Directories
|
# Directories
|
||||||
|
|||||||
+6
-3
@@ -1,10 +1,10 @@
|
|||||||
@echo off
|
@echo off
|
||||||
REM SCCS Id: @(#)setup.bat 97/09/28
|
REM SCCS Id: @(#)setup.bat 2002/03/17
|
||||||
REM Copyright (c) NetHack PC Development Team 1990 - 1997
|
REM Copyright (c) NetHack PC Development Team 1990 - 2002
|
||||||
REM NetHack may be freely redistributed. See license for details.
|
REM NetHack may be freely redistributed. See license for details.
|
||||||
|
|
||||||
echo.
|
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 NetHack may be freely redistributed. See license for details.
|
||||||
echo.
|
echo.
|
||||||
REM setup batch file for msdos, see Install.dos for details.
|
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
|
if not exist ..\share\lev_yacc.c goto err_dir
|
||||||
echo Directories OK.
|
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.bas goto long1ok
|
||||||
if exist ..\..\dat\data.base goto long1a
|
if exist ..\..\dat\data.base goto long1a
|
||||||
if exist ..\..\dat\data~1.bas goto long1b
|
if exist ..\..\dat\data~1.bas goto long1b
|
||||||
|
|||||||
Reference in New Issue
Block a user