diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-02-22 19:51:38 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-02-22 19:51:38 +0200 |
commit | b97decf246d6c67b3bc74732fbe9b366ed865a50 (patch) | |
tree | 84f3530b390a93f252be740995114f66974a815e /lib-src | |
parent | e5075711e5a6ba7a82691f3daf4d84b067efb854 (diff) | |
download | emacs-b97decf246d6c67b3bc74732fbe9b366ed865a50.tar.gz |
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.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 10 | ||||
-rw-r--r-- | lib-src/makefile.w32-in | 8 |
2 files changed, 18 insertions, 0 deletions
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 <eliz@gnu.org> + + * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend + on ../lib/min-max.h. + 2011-02-22 Paul Eggert <eggert@cs.ucla.edu> 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 <eggert@cs.ucla.edu> + + Assume S_ISLNK etc. work, since gnulib supports this. + * etags.c (S_ISREG): Remove. + 2011-02-22 Juanma Barranquero <lekktu@gmail.com> * 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) : \ |