mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
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.
This commit is contained in:
parent
e5075711e5
commit
b97decf246
2 changed files with 18 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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) : \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue