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:
@@ -47,6 +47,10 @@ I. Dispelling the Myths:
|
|||||||
If you want to build a copy of NetHack that is identical to the
|
If you want to build a copy of NetHack that is identical to the
|
||||||
"official binary", please see appendix A.
|
"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
|
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
|
or byacc). While not strictly necessary to compile nethack, they are
|
||||||
required should you desire to make any changes to the level and dungeon
|
required should you desire to make any changes to the level and dungeon
|
||||||
|
|||||||
@@ -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.
|
# 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
|
# For questions or comments: nethack-bugs@nethack.org
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user