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
3580374b
Commit
3580374b
authored
Mar 30, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
parent
a8d11bd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/makefile.w32-in
src/makefile.w32-in
+2
-1
No files found.
src/ChangeLog
View file @
3580374b
2010-03-30 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
2010-03-30 Eli Zaretskii <eliz@gnu.org>
Initial support for bidirectional editing.
...
...
src/makefile.w32-in
View file @
3580374b
...
...
@@ -345,7 +345,8 @@ $(BLD)/bidi.$(O) : \
$(SRC)/lisp.h
\
$(SRC)/buffer.h
\
$(SRC)/character.h
\
$(SRC)/dispextern.h
$(SRC)/dispextern.h
\
$(SRC)/w32gui.h
$(BLD)/buffer.$(O)
:
\
$(SRC)/buffer.c
\
...
...
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