Mercurial > emacs
changeset 18563:96aacd871a54
(lisp, shortlisp): Add widget.elc.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Jul 1997 17:03:57 +0000 |
parents | e22e2a4e683a |
children | ff178e0a7423 |
files | src/Makefile.in |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Wed Jul 02 15:35:18 1997 +0000 +++ b/src/Makefile.in Wed Jul 02 17:03:57 1997 +0000 @@ -144,6 +144,12 @@ #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */ #endif /* LD_SWITCH_SYSTEM */ +/* This holds special options for linking temacs + that should be used for linking anything else. */ +#ifndef LD_SWITCH_SYSTEM_TEMACS +#define LD_SWITCH_SYSTEM_TEMACS +#endif + /* Some m/MACHINE.h files define this to request special switches in ld. */ #ifndef LD_SWITCH_MACHINE #define LD_SWITCH_MACHINE @@ -685,6 +691,7 @@ VMS_SUPPORT \ MSDOS_SUPPORT \ WINNT_SUPPORT \ + ${lispsource}widget.elc \ ${lispsource}window.elc \ ${lispsource}version.el @@ -741,6 +748,7 @@ ../lisp/text-mode.elc \ ../lisp/vc-hooks.elc \ ../lisp/ediff-hook.elc \ + ../lisp/widget.elc \ ../lisp/window.elc \ ../lisp/version.el