]> granicus.if.org Git - nethack/commitdiff
Enable statue glyphs for cross compile
authorRay Chason <ray.chason@protonmail.com>
Sat, 1 Feb 2020 21:48:37 +0000 (16:48 -0500)
committerRay Chason <ray.chason@protonmail.com>
Sat, 1 Feb 2020 21:48:37 +0000 (16:48 -0500)
sys/msdos/Makefile1.cross

index e8bae64b9b68070bf48c9759bcdb8731aa5072d5..9105341f41e77dfa201e8c1c13aa6fcc6fcf504c 100644 (file)
@@ -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
 
 
 #==========================================