emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/makefile.w32-in,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/makefile.w32-in,v
Date: Wed, 29 Aug 2007 05:28:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/29 05:28:10

Index: src/makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/makefile.w32-in,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- src/makefile.w32-in 26 Jul 2007 05:27:55 -0000      1.52
+++ src/makefile.w32-in 29 Aug 2007 05:27:52 -0000      1.53
@@ -123,7 +123,8 @@
        $(BLD)/ccl.$(O)                         \
        $(BLD)/fontset.$(O)                     \
        $(BLD)/fringe.$(O)                      \
-       $(BLD)/image.$(O)
+       $(BLD)/image.$(O)                       \
+       $(BLD)/terminal.$(O)
 
 WIN32OBJ = $(BLD)/w32term.$(O)                 \
           $(BLD)/w32xfns.$(O)                  \
@@ -380,6 +381,8 @@
        $(SRC)/process.h \
        $(SRC)/syssignal.h \
        $(SRC)/systty.h \
+       $(SRC)/frame.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32.h
 
 $(BLD)/casefiddle.$(O) : \
@@ -469,6 +472,8 @@
        $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/intervals.h \
+       $(SRC)/frame.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
        $(SRC)/window.h
@@ -496,7 +501,8 @@
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
        $(SRC)/puresize.h \
-       $(SRC)/syssignal.h
+       $(SRC)/syssignal.h \
+       $(SRC)/termhooks.h
 
 $(BLD)/dired.$(O) : \
        $(SRC)/dired.c \
@@ -699,6 +705,7 @@
        $(SRC)/keymap.h \
        $(SRC)/md5.h \
        $(SRC)/systime.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
        $(SRC)/window.h
@@ -715,6 +722,7 @@
        $(SRC)/fontset.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
        $(SRC)/window.h
@@ -734,6 +742,7 @@
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
        $(SRC)/systime.h \
+       $(SRC)/termchar.h \
        $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
@@ -903,6 +912,7 @@
        $(EMACS_ROOT)/src/config.h \
        $(EMACS_ROOT)/nt/inc/sys/file.h \
        $(EMACS_ROOT)/src/epaths.h \
+       $(SRC)/blockinput.h \
        $(SRC)/buffer.h \
        $(SRC)/ccl.h \
        $(SRC)/charset.h \
@@ -957,6 +967,7 @@
        $(SRC)/keyboard.h \
        $(SRC)/keymap.h \
        $(SRC)/syntax.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
        $(SRC)/window.h
@@ -1118,6 +1129,7 @@
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
        $(SRC)/termchar.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
        $(SRC)/window.h
@@ -1184,6 +1196,7 @@
        $(EMACS_ROOT)/nt/inc/sys/file.h \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \
+       $(SRC)/cm.h \
        $(SRC)/dispextern.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
@@ -1229,6 +1242,18 @@
        $(EMACS_ROOT)/src/config.h \
        $(EMACS_ROOT)/nt/inc/sys/file.h
 
+$(BLD)/terminal.$(O) : \
+       $(SRC)/terminal.c \
+       $(EMACS_ROOT)/src/s/ms-w32.h \
+       $(EMACS_ROOT)/src/m/intel386.h \
+       $(EMACS_ROOT)/src/config.h \
+       $(SRC)/charset.h \
+       $(SRC)/coding.h \
+       $(SRC)/frame.h \
+       $(SRC)/keyboard.h \
+       $(SRC)/termchar.h \
+       $(SRC)/termhooks.h
+
 $(BLD)/textprop.$(O) : \
        $(SRC)/textprop.c \
        $(EMACS_ROOT)/src/s/ms-w32.h \
@@ -1342,6 +1367,8 @@
        $(SRC)/intervals.h \
        $(SRC)/keyboard.h \
        $(SRC)/systime.h \
+       $(SRC)/termchar.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
        $(SRC)/w32term.h \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]