]> granicus.if.org Git - nethack/commitdiff
more support in cross-compile for the changes in this branch
authornhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 17:23:00 +0000 (12:23 -0500)
committernhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 17:23:00 +0000 (12:23 -0500)
.gitignore
sys/msdos/Makefile1.cross

index a8990a1538486affed49f3c006372f0d11874c15..a46e65d172e2298b860baafb38af1a0bf6a4c9be 100644 (file)
@@ -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
index d6db569a788d576f73c84e27cc05dda9a7a8590f..06053ab710c8cb086b38ab9f6a4b1f26b210853d 100644 (file)
@@ -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)