From d916769a77d23bc5933f5182d2ec36b0477bbef8 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 10 Sep 2002 22:53:18 +0000 Subject: [PATCH] DOS 16 bit Microsoft Makefile reports that someone on the newsgroup tried to use the MSVC 1.52c (16 bit compiler) Makefile with MSVC 6 (32 bit compiler). Try to make it more obvious that the Makefile isn't for that. --- sys/msdos/Install.dos | 4 ++++ sys/msdos/Makefile.MSC | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/msdos/Install.dos b/sys/msdos/Install.dos index 190438303..224852208 100644 --- a/sys/msdos/Install.dos +++ b/sys/msdos/Install.dos @@ -47,6 +47,10 @@ I. Dispelling the Myths: If you want to build a copy of NetHack that is identical to the "official binary", please see appendix A. + The unsupported sys/msdos/Makefile.MSC was for the old 16 bit + Microsoft Visual C 1.52c compiler and has not been made compliant + with 3.4.x. + You may find it useful to obtain copies of lex (flex) and yacc (bison or byacc). While not strictly necessary to compile nethack, they are required should you desire to make any changes to the level and dungeon diff --git a/sys/msdos/Makefile.MSC b/sys/msdos/Makefile.MSC index e6019a624..53d418a83 100644 --- a/sys/msdos/Makefile.MSC +++ b/sys/msdos/Makefile.MSC @@ -1,6 +1,6 @@ -# SCCS Id: @(#)Makefile.MSC 3.4 2002/03/17 +# SCCS Id: @(#)Makefile.MSC 3.4 2002/09/10 # Copyright (c) NetHack PC Development Team 1997 - 2002. -# PC NetHack 3.4 Makefile for MSC +# PC NetHack 3.3x Makefile for MSC V1.52c (16 bit compiler) # # For questions or comments: nethack-bugs@nethack.org # -- 2.50.0