Adding manifest to NetHackW.exe in nmake build.

This commit is contained in:
Bart House
2018-11-28 21:06:39 -08:00
parent bf4bb47518
commit 22af9a3bbf
3 changed files with 4 additions and 2 deletions

View File

@@ -834,6 +834,8 @@ $(GAMEDIR)\NetHackW.exe : $(O)gamedir.tag $(O)tile.o $(O)ttystub.o \
$(O)ttystub.o
$(O)winhack.res
<<
@echo Adding manifest
mt.exe -manifest $(MSWIN)\NetHackW.exe.manifest -outputresource:$(GAMEDIR)\NetHackW.exe;1
@if exist $(O)install.tag del $(O)install.tag
$(O)gamedir.tag: