some msdos cross-compile additional notes and a clarification

This commit is contained in:
nhmall
2019-11-14 19:12:14 -05:00
parent 8e7888d631
commit 6ea483242e
3 changed files with 15 additions and 4 deletions
+5
View File
@@ -11,6 +11,11 @@
# Makefile2 utilizes the djgpp cross compiler from Andrew Wu:
# https://github.com/andrewwutw/build-djgpp
#
# Currently, in NetHack 3.6, the cross-compile for msdos cannot be
# used to build the entire game to a playable point but it is useful
# for testing the msdos port build of the evolving NetHack code.
#
# Game Installation Variables
# NOTE: Make sure GAMEDIR exists before make is started.