mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
(SOME_MACHINE_LISP): Add disp-table.elc,
dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the ms-dos version. (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
This commit is contained in:
parent
ce75fd2348
commit
9aeb39fad8
@ -1,3 +1,10 @@
|
||||
2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
|
||||
dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
|
||||
version.
|
||||
(MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
|
||||
|
||||
2000-05-23 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE
|
||||
|
@ -620,7 +620,9 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
|
||||
|
||||
#ifdef MSDOS
|
||||
#define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
|
||||
${lispsource}dos-fns.elc ${lispsource}dos-w32.elc
|
||||
${lispsource}dos-fns.elc ${lispsource}dos-w32.elc ${lispsource}dos-vars.elc \
|
||||
${lispsource}international/ccl.elc ${lispsource}international/codepage.elc
|
||||
|
||||
#else
|
||||
#define MSDOS_SUPPORT
|
||||
#endif
|
||||
@ -787,7 +789,10 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/menu-bar.elc ${dotdot}/lisp/mouse.elc \
|
||||
${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \
|
||||
${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \
|
||||
${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \
|
||||
${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc
|
||||
${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \
|
||||
${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \
|
||||
${dotdot}/lisp/international/ccl.elc \
|
||||
${dotdot}/lisp/international/codepage.elc
|
||||
|
||||
/* Construct full set of libraries to be linked.
|
||||
Note that SunOS needs -lm to come before -lc; otherwise, you get
|
||||
|
Loading…
Reference in New Issue
Block a user