Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7583a3a1
Commit
7583a3a1
authored
Jun 24, 2012
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/makefile.w32-in: Update dependencies.
parent
845ca893
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/ChangeLog
src/ChangeLog
+4
-0
src/makefile.w32-in
src/makefile.w32-in
+4
-8
No files found.
src/ChangeLog
View file @
7583a3a1
2012-06-24 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in: Update dependencies.
2012-06-24 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
...
...
src/makefile.w32-in
View file @
7583a3a1
...
...
@@ -390,10 +390,9 @@ EMACS_ROOT = ..
GNU_LIB
=
$(EMACS_ROOT)
/lib
NT_INC
=
$(EMACS_ROOT)
/nt/inc
TIMESPEC_H
=
$(GNU_LIB)
/timespec.h
SYSTIME_H
=
$(SRC)
/systime.h
\
$(
TIMESPEC_H)
\
$(
NT_INC)
/sys/time
.h
$(
NT_INC)
/sys/time.h
\
$(
GNU_LIB)
/timespec
.h
ATIMER_H
=
$(SRC)
/atimer.h
\
$(SYSTIME_H)
BLOCKINPUT_H
=
$(SRC)
/blockinput.h
\
...
...
@@ -461,15 +460,12 @@ SHA512_H = $(GNU_LIB)/sha512.h \
SOCKET_H
=
$(NT_INC)
/sys/socket.h
\
$(SRC)
/w32.h
STAT_TIME_H
=
$(GNU_LIB)
/stat-time.h
\
$(NT_INC)
/sys/stat.h
\
$(NT_INC)
/sys/time.h
$(NT_INC)
/sys/stat.h
SYSTTY_H
=
$(SRC)
/systty.h
\
$(NT_INC)
/sys/ioctl.h
\
$(NT_INC)
/unistd.h
TERMHOOKS_H
=
$(SRC)
/termhooks.h
\
$(SYSTIME_H)
UTIMENS_H
=
$(GNU_LIB)
/utimens.h
\
$(NT_INC)
/sys/time.h
W32TERM_H
=
$(SRC)
/w32term.h
\
$(W32GUI_H)
WINDOW_H
=
$(SRC)
/window.h
\
...
...
@@ -1353,6 +1349,7 @@ $(BLD)/sysdep.$(O) : \
$(NT_INC)/unistd.h
\
$(GNU_LIB)/allocator.h
\
$(GNU_LIB)/ignore-value.h
\
$(GNU_LIB)/utimens.h
\
$(BLOCKINPUT_H)
\
$(CAREADLINKAT_H)
\
$(CONFIG_H)
\
...
...
@@ -1366,7 +1363,6 @@ $(BLD)/sysdep.$(O) : \
$(SYSTIME_H)
\
$(SYSTTY_H)
\
$(TERMHOOKS_H)
\
$(UTIMENS_H)
\
$(WINDOW_H)
$(BLD)/term.$(O)
:
\
...
...
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