DOS 16 bit Microsoft Makefile

<Someone> 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.
This commit is contained in:
nethack.allison
2002-09-10 22:53:18 +00:00
parent a6e3791170
commit d916769a77
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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
#