mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
(lisp): Add loadup.el.
(USE_@X_TOOLKIT_TYPE@): Define here, if appropriate. (THIS_IS_YMAKEFILE): Definition deleted.
This commit is contained in:
parent
195f798edb
commit
7ee4884a7d
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ C_SWITCH_SYSTEM=
|
|||
SHELL=/bin/sh
|
||||
|
||||
#define NO_SHORTNAMES
|
||||
#define THIS_IS_YMAKEFILE
|
||||
#define NOT_C_CODE
|
||||
#include "config.h"
|
||||
|
||||
|
|
@ -240,6 +239,7 @@ SHORT= shortnames
|
|||
#endif
|
||||
|
||||
#ifdef USE_X_TOOLKIT
|
||||
#define USE_@X_TOOLKIT_TYPE@
|
||||
TOOLKIT_DEFINES = -DUSE_@X_TOOLKIT_TYPE@
|
||||
#else
|
||||
TOOLKIT_DEFINES =
|
||||
|
|
@ -623,6 +623,7 @@ lisp= \
|
|||
${lispsource}isearch.elc \
|
||||
${lispsource}lisp-mode.elc \
|
||||
${lispsource}lisp.elc \
|
||||
${lispsource}loadup.el \
|
||||
${lispsource}loaddefs.el \
|
||||
${lispsource}map-ynp.elc \
|
||||
${lispsource}page.elc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue