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
005e19a5
Commit
005e19a5
authored
Aug 23, 2008
by
Eli Zaretskii
Browse files
(MSDOS_OBJ): Add xmenu.o.
(SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
parent
ffd225c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/Makefile.in
src/Makefile.in
+3
-2
No files found.
src/Makefile.in
View file @
005e19a5
...
...
@@ -505,9 +505,9 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
#ifdef MSDOS
#ifdef HAVE_X_WINDOWS
MSDOS_OBJ
=
dosfns.o msdos.o
MSDOS_OBJ
=
dosfns.o msdos.o
xmenu.o
#else
MSDOS_OBJ
=
dosfns.o msdos.o w16select.o
MSDOS_OBJ
=
dosfns.o msdos.o w16select.o
xmenu.o
#endif
#endif
...
...
@@ -871,6 +871,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
../lisp/international/fontset.elc
\
../lisp/mouse.elc
\
../lisp/term/x-win.elc
\
../lisp/term/pc-win.elc
\
../lisp/term/ns-win.elc
/*
Construct
full
set
of
libraries
to
be
linked.
...
...
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