From 3b304389aed770b55f3f21b8310ade8c4ec2a3eb Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Sun, 21 Jan 1996 00:32:21 +0000 Subject: [PATCH] (keyboard.obj, dispnew.obj): Depend upon w32term.h. (LIBS): Link with mpr.lib for remote share support. --- src/makefile.nt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/makefile.nt b/src/makefile.nt index d452d942a99..621d23818e1 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -141,7 +141,8 @@ LIBS = $(TLIB1) \ !ENDIF $(BASE_LIBS) \ $(ADVAPI32) \ - user32.lib + user32.lib \ + mpr.lib # # Build the executable and dump it. @@ -409,6 +410,7 @@ $(BLD)\dispnew.obj : \ $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ $(EMACS_ROOT)\nt\inc\sys\file.h \ $(SRC)\systty.h \ + $(SRC)\w32term.h \ $(SRC)\xterm.h \ $(SRC)\vmstime.h \ $(SRC)\systime.h @@ -652,6 +654,7 @@ $(BLD)\keyboard.obj : \ $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ $(EMACS_ROOT)\nt\inc\sys\file.h \ $(SRC)\systty.h \ + $(SRC)\w32term.h \ $(SRC)\xterm.h \ $(SRC)\vmstime.h \ $(SRC)\systime.h -- 2.39.2