From: Geoff Voelker Date: Sun, 21 Jan 1996 00:32:21 +0000 (+0000) Subject: (keyboard.obj, dispnew.obj): Depend upon w32term.h. X-Git-Tag: emacs-19.34~1613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b304389aed770b55f3f21b8310ade8c4ec2a3eb;p=emacs.git (keyboard.obj, dispnew.obj): Depend upon w32term.h. (LIBS): Link with mpr.lib for remote share support. --- 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