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
8cb9dfbf
Commit
8cb9dfbf
authored
Mar 17, 2003
by
Juanma Barranquero
Browse files
($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
parent
cad6f96a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/makefile.w32-in
src/makefile.w32-in
+2
-0
No files found.
src/ChangeLog
View file @
8cb9dfbf
2003-03-17 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
and files included from it.
2003-03-16 Jason Rumney <jasonr@gnu.org>
* w32gui.h: Use HDC for Display.
...
...
src/makefile.w32-in
View file @
8cb9dfbf
...
...
@@ -1252,6 +1252,7 @@ $(BLD)/xdisp.$(O) : \
$(EMACS_ROOT)/src/s/ms-w32.h
\
$(EMACS_ROOT)/src/m/intel386.h
\
$(EMACS_ROOT)/src/config.h
\
$(SRC)/atimer.h
\
$(SRC)/blockinput.h
\
$(SRC)/buffer.h
\
$(SRC)/ccl.h
\
...
...
@@ -1269,6 +1270,7 @@ $(BLD)/xdisp.$(O) : \
$(SRC)/macros.h
\
$(SRC)/process.h
\
$(SRC)/region-cache.h
\
$(SRC)/systime.h
\
$(SRC)/termchar.h
\
$(SRC)/termhooks.h
\
$(SRC)/w32bdf.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