Mercurial > emacs
changeset 14247:63cada85e5fd
(keyboard.obj, dispnew.obj): Depend upon w32term.h.
(LIBS): Link with mpr.lib for remote share support.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sun, 21 Jan 1996 00:32:21 +0000 |
parents | ebdd1b50daba |
children | a66d4c3e8b1f |
files | src/makefile.nt |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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