From b97decf246d6c67b3bc74732fbe9b366ed865a50 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 22 Feb 2011 19:51:38 +0200 Subject: [PATCH] MS-Windows part of 2011-02-21T23:22:34Z!eggert@cs.ucla.edu, addition of min-max.h. lib-src/makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend on ../lib/min-max.h. --- lib-src/ChangeLog | 10 ++++++++++ lib-src/makefile.w32-in | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 84e2ac39786..b2bd5699945 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2011-02-22 Eli Zaretskii + + * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend + on ../lib/min-max.h. + 2011-02-22 Paul Eggert 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 + + Assume S_ISLNK etc. work, since gnulib supports this. + * etags.c (S_ISREG): Remove. + 2011-02-22 Juanma Barranquero * makefile.w32-in (obj): Remove filemode.o. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index b86ad6d543e..f09ede06900 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -381,6 +381,13 @@ $(BLD)/ctags.$(O) : \ $(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)/ntlib.$(O) : \ $(BLD)/pop.$(O) : \ $(SRC)/pop.c \ $(SRC)/pop.h \ + $(EMACS_ROOT)/lib/min-max.h \ $(SRC)/ntlib.h $(BLD)/profile.$(O) : \ -- 2.11.4.GIT