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
875baa34
Commit
875baa34
authored
Apr 16, 2005
by
Luc Teirlinck
Browse files
Define new macro TOOLTIP_SUPPORT.
(lisp): Use it. (SOME_MACHINE_LISP): Add tooltip.
parent
8a902fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/Makefile.in
src/Makefile.in
+8
-0
No files found.
src/Makefile.in
View file @
875baa34
...
...
@@ -686,6 +686,12 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
#define WINNT_SUPPORT
#endif
#ifdef HAVE_WINDOW_SYSTEM
#define TOOLTIP_SUPPORT ${lispsource}tooltip.elc
#else
#define TOOLTIP_SUPPORT
#endif
/*
List
of
Lisp
files
loaded
into
the
dumped
Emacs.
It
's arranged
like this because it'
s
easier
to
generate
it
semi-mechanically
from
loadup.el
this
way.
...
...
@@ -779,6 +785,7 @@ lisp= \
${lispsource}
emacs-lisp/timer.elc
\
${lispsource}
vc-hooks.elc
\
${lispsource}
ediff-hook.elc
\
TOOLTIP_SUPPORT
\
VMS_SUPPORT
\
MSDOS_SUPPORT
\
WINNT_SUPPORT
\
...
...
@@ -885,6 +892,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \
${dotdot}
/lisp/ls-lisp.elc
${dotdot}
/lisp/dos-fns.elc
\
${dotdot}
/lisp/w32-fns.elc
${dotdot}
/lisp/dos-w32.elc
\
${dotdot}
/lisp/disp-table.elc
${dotdot}
/lisp/dos-vars.elc
\
${dotdot}
/lisp/tooltip.elc
\
${dotdot}
/lisp/international/ccl.elc
\
${dotdot}
/lisp/international/codepage.elc
...
...
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