From: Ray Chason Date: Sat, 1 Feb 2020 21:48:37 +0000 (-0500) Subject: Enable statue glyphs for cross compile X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~77^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fb1967e4269416e1cf54a156e9a9822fda8f4f6;p=nethack Enable statue glyphs for cross compile --- diff --git a/sys/msdos/Makefile1.cross b/sys/msdos/Makefile1.cross index e8bae64b9..9105341f4 100644 --- a/sys/msdos/Makefile1.cross +++ b/sys/msdos/Makefile1.cross @@ -439,7 +439,7 @@ $(U)tilemap: $(HOST_O)tilemap.o $(HOST_LINK) $(LFLAGS) -o$@ $(HOST_O)tilemap.o $(HOST_O)tilemap.o: $(WSHR)/tilemap.c $(HACK_H) $(TILE_H) - $(HOST_CC) $(cflags) -I$(WSHR) -I$(MSYS) -o$@ $(WSHR)/tilemap.c + $(HOST_CC) $(cflags) -I$(WSHR) -I$(MSYS) -DSTATUES_LOOK_LIKE_MONSTERS -o$@ $(WSHR)/tilemap.c #==========================================