From: nhmall Date: Tue, 21 Sep 2021 07:40:17 +0000 (-0400) Subject: Windows Makefile.gcc update X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f034f8ae86c44d856dbd37e42551522906c4a7c4;p=nethack Windows Makefile.gcc update tilemap needs to link with tilemap.o monst.o objects.o drawing.o --- diff --git a/sys/windows/Makefile.gcc b/sys/windows/Makefile.gcc index 2ac700ce5..c81a116ae 100644 --- a/sys/windows/Makefile.gcc +++ b/sys/windows/Makefile.gcc @@ -1162,8 +1162,8 @@ $(SRC)/tile.c: $(U)tilemap.exe @echo A new $@ has been created @$(U)tilemap -$(U)tilemap.exe: $(O)tilemap.o - $(link) $(LFLAGSU) -o$@ $(O)tilemap.o +$(U)tilemap.exe: $(O)tilemap.o $(O)monst.o $(O)objects.o $(O)drawing.o + $(link) $(LFLAGSU) -o$@ $(O)tilemap.o $(O)monst.o $(O)objects.o $(O)drawing.o $(O)tilemap.o: $(WSHR)/tilemap.c $(HACK_H) $(cc) $(CFLAGSU) -o$@ $(WSHR)/tilemap.c