comparison src/Makefile.in @ 16024:5b31a6ad1a67

(MSDOS_SUPPORT, WINNT_SUPPORT, SOME_MACHINE_LISP): Include dos-nt.elc.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 06:46:59 +0000
parents ef4bd60e99ce
children 8f14513f5dfb
comparison
equal deleted inserted replaced
16023:3e58cf777864 16024:5b31a6ad1a67
596 #else 596 #else
597 #define VMS_SUPPORT 597 #define VMS_SUPPORT
598 #endif 598 #endif
599 599
600 #ifdef MSDOS 600 #ifdef MSDOS
601 #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc ${lispsource}dos-fns.elc 601 #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
602 ${lispsource}dos-fns.elc ${lispsource}dos-nt.elc
602 #else 603 #else
603 #define MSDOS_SUPPORT 604 #define MSDOS_SUPPORT
604 #endif 605 #endif
605 606
606 #ifdef WINDOWSNT 607 #ifdef WINDOWSNT
607 #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc 608 #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc \
609 ${lispsource}dos-nt.elc
608 #else 610 #else
609 #define WINNT_SUPPORT 611 #define WINNT_SUPPORT
610 #endif 612 #endif
611 613
612 /* List of Lisp files loaded into the dumped Emacs. It's arranged 614 /* List of Lisp files loaded into the dumped Emacs. It's arranged
698 ${dotdot}/lisp/float-sup.elc ${dotdot}/lisp/frame.elc \ 700 ${dotdot}/lisp/float-sup.elc ${dotdot}/lisp/frame.elc \
699 ${dotdot}/lisp/menu-bar.elc ${dotdot}/lisp/mouse.elc \ 701 ${dotdot}/lisp/menu-bar.elc ${dotdot}/lisp/mouse.elc \
700 ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ 702 ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \
701 ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \ 703 ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \
702 ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ 704 ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \
703 ${dotdot}/lisp/winnt.elc 705 ${dotdot}/lisp/winnt.elc ${dotdot}/lisp/dos-nt.elc
704 706
705 /* Construct full set of libraries to be linked. 707 /* Construct full set of libraries to be linked.
706 Note that SunOS needs -lm to come before -lc; otherwise, you get 708 Note that SunOS needs -lm to come before -lc; otherwise, you get
707 duplicated symbols. If the standard libraries were compiled 709 duplicated symbols. If the standard libraries were compiled
708 with GCC, we might need gnulib again after them. */ 710 with GCC, we might need gnulib again after them. */