]> git.eshelyaron.com Git - emacs.git/commitdiff
(keyboard.obj, dispnew.obj): Depend upon w32term.h.
authorGeoff Voelker <voelker@cs.washington.edu>
Sun, 21 Jan 1996 00:32:21 +0000 (00:32 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sun, 21 Jan 1996 00:32:21 +0000 (00:32 +0000)
(LIBS): Link with mpr.lib for remote share support.

src/makefile.nt

index d452d942a997b4ce044c5f44435dfa67bc7f3f8f..621d23818e1022f8a167eb4cbb3a81dbdf499475 100644 (file)
@@ -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