emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110463: src/makefile.w32-in: Update


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110463: src/makefile.w32-in: Update dependencies.
Date: Mon, 08 Oct 2012 16:37:04 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110463
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-08 16:37:04 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-08 14:14:22 +0000
+++ b/src/ChangeLog     2012-10-08 14:37:04 +0000
@@ -2,6 +2,9 @@
 
        * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
        in nt/config.nt.
+       (FONT_H): Define after FRAME_H.
+       ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
+       Update dependencies.
 
        * w32term.c: Remove leftover declaration of keyboard_codepage.
 

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-10-08 14:14:22 +0000
+++ b/src/makefile.w32-in       2012-10-08 14:37:04 +0000
@@ -423,11 +423,11 @@
                 $(W32GUI_H)
 FILEMODE_H     = $(GNU_LIB)/filemode.h \
                 $(NT_INC)/sys/stat.h
+FRAME_H        = $(SRC)/frame.h \
+                $(DISPEXTERN_H)
 FONT_H         = $(SRC)/font.h \
-                $(FRAME_H) \
-                $(CCL_H)
-FRAME_H        = $(SRC)/frame.h \
-                $(DISPEXTERN_H)
+                $(CCL_H) \
+                $(FRAME_H)
 FTOASTR_H      = $(GNU_LIB)/ftoastr.h \
                 $(GNU_LIB)/intprops.h
 GRP_H          = $(NT_INC)/grp.h \
@@ -800,7 +800,6 @@
        $(SRC)/w32.h \
        $(SRC)/w32heap.h \
        $(SRC)/w32select.h \
-       $(SRC)/w32font.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/ignore-value.h \
@@ -816,6 +815,7 @@
        $(SYSSIGNAL_H) \
        $(SYSTTY_H) \
        $(TERMHOOKS_H) \
+       $(W32FONT_H) \
        $(W32TERM_H) \
        $(WINDOW_H)
 
@@ -1190,8 +1190,8 @@
 
 $(BLD)/w32heap.$(O) : \
        $(SRC)/w32heap.c \
+       $(SRC)/w32common.h \
        $(SRC)/w32heap.h \
-       $(SRC)/w32common.h \
        $(CONFIG_H) \
        $(LISP_H)
 


reply via email to

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