Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ea51cceb
Commit
ea51cceb
authored
Apr 28, 2011
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/makefile.w32-in: Update dependencies.
parent
fc3b7291
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
src/ChangeLog
src/ChangeLog
+4
-0
src/makefile.w32-in
src/makefile.w32-in
+11
-4
No files found.
src/ChangeLog
View file @
ea51cceb
2011-04-27 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in: Update dependencies.
2011-04-27 Eli Zaretskii <eliz@gnu.org>
Improve `doprnt' and its usage. (Bug#8545)
...
...
src/makefile.w32-in
View file @
ea51cceb
...
...
@@ -953,12 +953,12 @@ $(BLD)/gmalloc.$(O) : \
$(SRC)/getpagesize.h
$(BLD)/gnutls.$(O)
:
\
$(SRC)/gnutls.h
\
$(SRC)/gnutls.c
\
$(CONFIG_H)
\
$(EMACS_ROOT)/nt/inc/sys/socket.h
\
$(SRC)/lisp.h
\
$(SRC)/process.h
$(EMACS_ROOT)/nt/inc/unistd.h
\
$(LISP_H)
\
$(PROCESS_H)
\
$(SRC)/w32.h
$(BLD)/image.$(O)
:
\
$(SRC)/image.c
\
...
...
@@ -1026,6 +1026,7 @@ $(BLD)/intervals.$(O) : \
$(SRC)/intervals.c
\
$(CONFIG_H)
\
$(EMACS_ROOT)/nt/inc/sys/time.h
\
$(EMACS_ROOT)/lib/intprops.h
\
$(LISP_H)
\
$(SRC)/buffer.h
\
$(SRC)/coding.h
\
...
...
@@ -1102,6 +1103,8 @@ $(BLD)/lastfile.$(O) : \
$(BLD)/lread.$(O)
:
\
$(SRC)/lread.c
\
$(CONFIG_H)
\
$(EMACS_ROOT)/nt/inc/inttypes.h
\
$(EMACS_ROOT)/nt/inc/stdint.h
\
$(EMACS_ROOT)/nt/inc/unistd.h
\
$(EMACS_ROOT)/nt/inc/sys/file.h
\
$(EMACS_ROOT)/nt/inc/sys/time.h
\
...
...
@@ -1196,6 +1199,8 @@ $(BLD)/w32.$(O) : \
$(EMACS_ROOT)/nt/inc/sys/file.h
\
$(EMACS_ROOT)/nt/inc/sys/socket.h
\
$(EMACS_ROOT)/nt/inc/sys/time.h
\
$(EMACS_ROOT)/lib/allocator.h
\
$(EMACS_ROOT)/lib/careadlinkat.h
\
$(LISP_H)
\
$(PROCESS_H)
\
$(SRC)/coding.h
\
...
...
@@ -1434,6 +1439,8 @@ $(BLD)/sysdep.$(O) : \
$(EMACS_ROOT)/nt/inc/sys/ioctl.h
\
$(EMACS_ROOT)/nt/inc/sys/socket.h
\
$(EMACS_ROOT)/nt/inc/sys/time.h
\
$(EMACS_ROOT)/lib/allocator.h
\
$(EMACS_ROOT)/lib/careadlinkat.h
\
$(EMACS_ROOT)/lib/ignore-value.h
\
$(LISP_H)
\
$(PROCESS_H)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment