From: nhmall Date: Sun, 24 Nov 2019 17:23:00 +0000 (-0500) Subject: more support in cross-compile for the changes in this branch X-Git-Tag: NetHack-3.7.0_WIP~236^2^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9f33df64ad5c6f982cf3a5b399ef95e78b5a555;p=nethack more support in cross-compile for the changes in this branch --- diff --git a/.gitignore b/.gitignore index a8990a153..a46e65d17 100644 --- a/.gitignore +++ b/.gitignore @@ -67,4 +67,17 @@ doc/guidebk.txt djgpp/ src/msdos_o/ msdos-binary/ +dat/NHTILES.BMP +dat/msdoshlp.txt +src/host_o/ +util/djgpp-linux64-gcc550.tar.bz2 +util/djgpp-linux64-gcc550.tar.bz2 +util/djgpp-mingw-gcc550-standalone.zip +util/dlb_main +util/thintile +util/til2bin2 +util/tile2bin +win/share/monthin.txt +win/share/objthin.txt +win/share/oththin.txt # end of ms-dos diff --git a/sys/msdos/Makefile1.cross b/sys/msdos/Makefile1.cross index d6db569a7..06053ab71 100644 --- a/sys/msdos/Makefile1.cross +++ b/sys/msdos/Makefile1.cross @@ -315,9 +315,6 @@ $(HOST_O)prereq.tag: hobj.tag $(U)makedefs $(HOST_O)utility.tag \ # $(DAT)/nhdat: $(U)dlb_main $(DAT)/data $(DAT)/rumors \ $(DAT)/oracles \ -ifndef LUA_QTEXT_FILE - $(DAT)/quest.dat \ -endif $(DAT)/bogusmon $(DAT)/engrave $(DAT)/epitaph $(DAT)/tribute cd $(DAT); \ pwd; \ @@ -325,9 +322,6 @@ endif ls -1 data oracles options quest.dat rumors help hh >dlb.lst; \ ls -1 cmdhelp history opthelp wizhelp license >>dlb.lst; \ ls -1 bogusmon engrave epitaph tribute msdoshlp.txt >>dlb.lst; \ -ifndef LUA_QTEXT_FILE - ls -1 quest.dat >>dlb.lst; \ -endif ls -1 *.lua >>dlb.lst; \ $(U)dlb_main cvIf dlb.lst nhdat; \ cd $(SRC)