From: nhmall Date: Wed, 27 Nov 2019 12:59:36 +0000 (-0500) Subject: another windows Makefile bit X-Git-Tag: NetHack-3.7.0_WIP~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8af0c59bdb963a1b7d054eef96ccca0fe486561c;p=nethack another windows Makefile bit --- diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 04459b5ca..064398ce6 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -834,7 +834,7 @@ default : install all : install -install: $(O)envchk.tag $(O)obj.tag $(O)utility.tag $(GAMEDIR)\NetHack.exe $(GAMEDIR)\NetHackW.exe $(O)install.tag +install: $(INCL)\nhlua.h $(O)envchk.tag $(O)obj.tag $(O)utility.tag $(GAMEDIR)\NetHack.exe $(GAMEDIR)\NetHackW.exe $(O)install.tag @echo Done. #==========================================