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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/makefile.w32-in
Date: Thu, 02 Oct 2003 19:16:03 -0400

Index: emacs/src/makefile.w32-in
diff -c emacs/src/makefile.w32-in:1.25 emacs/src/makefile.w32-in:1.26
*** emacs/src/makefile.w32-in:1.25      Mon Sep  1 11:45:56 2003
--- emacs/src/makefile.w32-in   Thu Oct  2 19:16:02 2003
***************
*** 55,61 ****
  
  OBJ1 =  $(BLD)/abbrev.$(O)                    \
        $(BLD)/alloc.$(O)                       \
-       $(BLD)/alloca.$(O)                      \
        $(BLD)/atimer.$(O)                      \
        $(BLD)/buffer.$(O)                      \
        $(BLD)/bytecode.$(O)                    \
--- 55,60 ----
***************
*** 288,305 ****
        $(SRC)/w32gui.h \
        $(SRC)/window.h
  
- $(BLD)/alloca.$(O) : \
-       $(SRC)/alloca.c \
-       $(EMACS_ROOT)/src/s/ms-w32.h \
-       $(EMACS_ROOT)/src/m/intel386.h \
-       $(EMACS_ROOT)/src/config.h \
-       $(SRC)/s/ms-w32.h \
-       $(SRC)/m/intel386.h \
-       $(SRC)/config.h \
-       $(SRC)/atimer.h \
-       $(SRC)/blockinput.h \
-       $(SRC)/systime.h
- 
  $(BLD)/atimer.$(O) : \
        $(SRC)/atimer.c \
        $(EMACS_ROOT)/src/s/ms-w32.h \
--- 287,292 ----
***************
*** 342,348 ****
        $(EMACS_ROOT)/src/config.h \
        $(SRC)/buffer.h \
        $(SRC)/charset.h \
!       $(SRC)/syntax.h
  
  $(BLD)/callint.$(O) : \
        $(SRC)/callint.c \
--- 329,336 ----
        $(EMACS_ROOT)/src/config.h \
        $(SRC)/buffer.h \
        $(SRC)/charset.h \
!       $(SRC)/syntax.h \
!       $(SRC)/window.h
  
  $(BLD)/callint.$(O) : \
        $(SRC)/callint.c \
***************
*** 464,469 ****
--- 452,458 ----
        $(SRC)/coding.h \
        $(SRC)/composite.h \
        $(SRC)/dispextern.h \
+       $(SRC)/intervals.h \
        $(SRC)/w32bdf.h \
        $(SRC)/w32gui.h \
        $(SRC)/window.h
***************
*** 597,603 ****
        $(SRC)/systty.h \
        $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
!       $(SRC)/w32gui.h
  
  $(BLD)/eval.$(O) : \
        $(SRC)/eval.c \
--- 586,593 ----
        $(SRC)/systty.h \
        $(SRC)/termhooks.h \
        $(SRC)/w32bdf.h \
!       $(SRC)/w32gui.h \
!       $(SRC)/window.h
  
  $(BLD)/eval.$(O) : \
        $(SRC)/eval.c \




reply via email to

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