From e7407addc54135c6c7374dc41c753ec91cda87e5 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Fri, 23 Aug 2002 19:25:17 +0000 Subject: [PATCH] win32tty follow-up, Makefile change --- 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 b04586ba1..9487894f2 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -573,7 +573,7 @@ $(NHRES): $(NTSYS)\console.rc $(NTSYS)\NetHack.ico $(GAMEFILE) : $(ALLOBJ) $(NHRES) @if not exist $(GAMEDIR)\*.* mkdir $(GAMEDIR) @echo Linking.... - $(link) $(LFLAGS) -out:$@ @<<$(GAME).lnk + $(link) $(LFLAGS) user32.lib -out:$@ @<<$(GAME).lnk $(ALLOBJ:^ =^ ) $(NHRES) <<