aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1996-01-21 00:32:21 +0000
committerGeoff Voelker1996-01-21 00:32:21 +0000
commit3b304389aed770b55f3f21b8310ade8c4ec2a3eb (patch)
treec829aa307b9f5fc038cf446e3ddee438bd08754e /src
parent00b3b7b3ae95a8c044ca548209a18732c2a19d27 (diff)
downloademacs-3b304389aed770b55f3f21b8310ade8c4ec2a3eb.tar.gz
emacs-3b304389aed770b55f3f21b8310ade8c4ec2a3eb.zip
(keyboard.obj, dispnew.obj): Depend upon w32term.h.
(LIBS): Link with mpr.lib for remote share support.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.nt5
1 files changed, 4 insertions, 1 deletions
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) \
141!ENDIF 141!ENDIF
142 $(BASE_LIBS) \ 142 $(BASE_LIBS) \
143 $(ADVAPI32) \ 143 $(ADVAPI32) \
144 user32.lib 144 user32.lib \
145 mpr.lib
145 146
146# 147#
147# Build the executable and dump it. 148# Build the executable and dump it.
@@ -409,6 +410,7 @@ $(BLD)\dispnew.obj : \
409 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 410 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
410 $(EMACS_ROOT)\nt\inc\sys\file.h \ 411 $(EMACS_ROOT)\nt\inc\sys\file.h \
411 $(SRC)\systty.h \ 412 $(SRC)\systty.h \
413 $(SRC)\w32term.h \
412 $(SRC)\xterm.h \ 414 $(SRC)\xterm.h \
413 $(SRC)\vmstime.h \ 415 $(SRC)\vmstime.h \
414 $(SRC)\systime.h 416 $(SRC)\systime.h
@@ -652,6 +654,7 @@ $(BLD)\keyboard.obj : \
652 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 654 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
653 $(EMACS_ROOT)\nt\inc\sys\file.h \ 655 $(EMACS_ROOT)\nt\inc\sys\file.h \
654 $(SRC)\systty.h \ 656 $(SRC)\systty.h \
657 $(SRC)\w32term.h \
655 $(SRC)\xterm.h \ 658 $(SRC)\xterm.h \
656 $(SRC)\vmstime.h \ 659 $(SRC)\vmstime.h \
657 $(SRC)\systime.h 660 $(SRC)\systime.h