From 8af0c59bdb963a1b7d054eef96ccca0fe486561c Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 27 Nov 2019 07:59:36 -0500 Subject: [PATCH] another windows Makefile bit --- sys/winnt/Makefile.msc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #========================================== -- 2.50.1