emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104111: src/makefile.w32-in: Update dependencies.
Date: Thu, 05 May 2011 02:20:44 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104111
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2011-05-05 02:20:44 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-05-04 23:56:09 +0000
+++ b/src/ChangeLog     2011-05-05 00:20:44 +0000
@@ -1,3 +1,8 @@
+2011-05-05  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
+       Update dependencies.
+
 2011-05-04  Juanma Barranquero  <address@hidden>
 
        * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2011-04-27 23:35:33 +0000
+++ b/src/makefile.w32-in       2011-05-05 00:20:44 +0000
@@ -978,6 +978,7 @@
        $(SRC)/frame.h \
        $(SRC)/systime.h \
        $(SRC)/termhooks.h \
+       $(SRC)/w32.h \
        $(SRC)/w32gui.h \
        $(SRC)/w32term.h \
        $(SRC)/window.h
@@ -1304,7 +1305,9 @@
 $(BLD)/process.$(O) : \
        $(SRC)/process.c \
        $(CONFIG_H) \
+       $(EMACS_ROOT)/nt/inc/inttypes.h \
        $(EMACS_ROOT)/nt/inc/netdb.h \
+       $(EMACS_ROOT)/nt/inc/stdint.h \
        $(EMACS_ROOT)/nt/inc/unistd.h \
        $(EMACS_ROOT)/nt/inc/arpa/inet.h \
        $(EMACS_ROOT)/nt/inc/netinet/in.h \


reply via email to

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