emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109270: src/makefile.w32-in: Update dependencies.
Date: Sun, 29 Jul 2012 19:20:16 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109270
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 19:20:16 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-29 17:14:51 +0000
+++ b/src/ChangeLog     2012-07-29 17:20:16 +0000
@@ -1,3 +1,8 @@
+2012-07-29  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
+       ($(BLD)/w32console.$(O)): Update dependencies.
+
 2012-07-29  Dmitry Antipov  <address@hidden>
 
        Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-07-29 15:43:09 +0000
+++ b/src/makefile.w32-in       2012-07-29 17:20:16 +0000
@@ -438,8 +438,8 @@
 LISP_H         = $(SRC)/lisp.h \
                 $(SRC)/globals.h \
                 $(GNU_LIB)/intprops.h \
-                $(NT_INC)/stdalign.h \
-                $(INTTYPES_H)
+                $(INTTYPES_H) \
+                $(NT_INC)/stdalign.h
 MD5_H          = $(GNU_LIB)/md5.h \
                 $(NT_INC)/stdint.h
 MENU_H         = $(SRC)/menu.h \
@@ -784,7 +784,6 @@
        $(SRC)/w32heap.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/unistd.h \
-       $(GNU_LIB)/verify.h \
        $(BLOCKINPUT_H) \
        $(BUFFER_H) \
        $(CHARACTER_H) \
@@ -1165,6 +1164,7 @@
        $(SRC)/w32inevt.c \
        $(SRC)/termchar.h \
        $(SRC)/w32heap.h \
+       $(SRC)/w32inevt.h \
        $(BLOCKINPUT_H) \
        $(CONFIG_H) \
        $(DISPEXTERN_H) \
@@ -1196,6 +1196,7 @@
        $(SRC)/w32console.c \
        $(SRC)/disptab.h \
        $(SRC)/termchar.h \
+       $(SRC)/w32heap.h \
        $(SRC)/w32inevt.h \
        $(CHARACTER_H) \
        $(CODING_H) \


reply via email to

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