Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
46979e0b
Commit
46979e0b
authored
Oct 08, 2012
by
Juanma Barranquero
Browse files
src/makefile.w32-in: Update dependencies.
parent
fd5125ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
src/ChangeLog
src/ChangeLog
+3
-0
src/makefile.w32-in
src/makefile.w32-in
+5
-5
No files found.
src/ChangeLog
View file @
46979e0b
...
...
@@ -2,6 +2,9 @@
* makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
in nt/config.nt.
(FONT_H): Define after FRAME_H.
($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
Update dependencies.
* w32term.c: Remove leftover declaration of keyboard_codepage.
...
...
src/makefile.w32-in
View file @
46979e0b
...
...
@@ -423,11 +423,11 @@ DISPEXTERN_H = $(SRC)/dispextern.h \
$(W32GUI_H)
FILEMODE_H
=
$(GNU_LIB)
/filemode.h
\
$(NT_INC)
/sys/stat.h
FONT_H
=
$(SRC)
/font.h
\
$(FRAME_H)
\
$(CCL_H)
FRAME_H
=
$(SRC)
/frame.h
\
$(DISPEXTERN_H)
FONT_H
=
$(SRC)
/font.h
\
$(CCL_H)
\
$(FRAME_H)
FTOASTR_H
=
$(GNU_LIB)
/ftoastr.h
\
$(GNU_LIB)
/intprops.h
GRP_H
=
$(NT_INC)
/grp.h
\
...
...
@@ -800,7 +800,6 @@ $(BLD)/emacs.$(O) : \
$(SRC)/w32.h
\
$(SRC)/w32heap.h
\
$(SRC)/w32select.h
\
$(SRC)/w32font.h
\
$(NT_INC)/sys/file.h
\
$(NT_INC)/unistd.h
\
$(GNU_LIB)/ignore-value.h
\
...
...
@@ -816,6 +815,7 @@ $(BLD)/emacs.$(O) : \
$(SYSSIGNAL_H)
\
$(SYSTTY_H)
\
$(TERMHOOKS_H)
\
$(W32FONT_H)
\
$(W32TERM_H)
\
$(WINDOW_H)
...
...
@@ -1190,8 +1190,8 @@ $(BLD)/w32.$(O) : \
$(BLD)/w32heap.$(O)
:
\
$(SRC)/w32heap.c
\
$(SRC)/w32heap.h
\
$(SRC)/w32common.h
\
$(SRC)/w32heap.h
\
$(CONFIG_H)
\
$(LISP_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