# HG changeset patch # User Geoff Voelker # Date 822184341 0 # Node ID 63cada85e5fdefb3af6ae9c747eeb6fb5a13e857 # Parent ebdd1b50daba518bd884189ea8d7ebdba43453a4 (keyboard.obj, dispnew.obj): Depend upon w32term.h. (LIBS): Link with mpr.lib for remote share support. diff -r ebdd1b50daba -r 63cada85e5fd src/makefile.nt --- a/src/makefile.nt Sun Jan 21 00:31:34 1996 +0000 +++ b/src/makefile.nt Sun Jan 21 00:32:21 1996 +0000 @@ -141,7 +141,8 @@ !ENDIF $(BASE_LIBS) \ $(ADVAPI32) \ - user32.lib + user32.lib \ + mpr.lib # # Build the executable and dump it. @@ -409,6 +410,7 @@ $(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 @@ $(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