emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103386: MS-Windows part of revision


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103386: MS-Windows part of revision 103378, addition of min-max.h.
Date: Tue, 22 Feb 2011 19:51:38 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103386
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2011-02-22 19:51:38 +0200
message:
  MS-Windows part of revision 103378, addition of min-max.h.
  
   lib-src/makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend
   on ../lib/min-max.h.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-02-22 17:37:06 +0000
+++ b/lib-src/ChangeLog 2011-02-22 17:51:38 +0000
@@ -1,3 +1,8 @@
+2011-02-22  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend
+       on ../lib/min-max.h.
+
 2011-02-22  Paul Eggert  <address@hidden>
 
        etags: Downcase drive letters, for consistency with Emacs proper.
@@ -7,6 +12,11 @@
        Assume S_ISLNK etc. work, since gnulib supports this.
        * etags.c (S_ISREG): Remove.
 
+2011-02-22  Paul Eggert  <address@hidden>
+
+       Assume S_ISLNK etc. work, since gnulib supports this.
+       * etags.c (S_ISREG): Remove.
+
 2011-02-22  Juanma Barranquero  <address@hidden>
 
        * makefile.w32-in (obj): Remove filemode.o.

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2011-02-22 00:49:54 +0000
+++ b/lib-src/makefile.w32-in   2011-02-22 17:51:38 +0000
@@ -381,6 +381,13 @@
        $(SRC)/ntlib.h \
        $(EMACS_ROOT)/lib/getopt.h
 
+$(BLD)/ebrowse.$(O) : \
+       $(SRC)/ebrowse.c \
+       $(EMACS_ROOT)/lib/min-max.h \
+       $(EMACS_ROOT)/src/s/ms-w32.h \
+       $(EMACS_ROOT)/src/m/intel386.h \
+       $(EMACS_ROOT)/lib-src/../src/config.h
+
 $(BLD)/emacsclient.$(O) : \
        $(SRC)/emacsclient.c \
        $(EMACS_ROOT)/nt/inc/sys/stat.h \
@@ -447,6 +454,7 @@
 $(BLD)/pop.$(O) : \
        $(SRC)/pop.c \
        $(SRC)/pop.h \
+       $(EMACS_ROOT)/lib/min-max.h \
        $(SRC)/ntlib.h
 
 $(BLD)/profile.$(O) : \


reply via email to

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