diff options
| author | Richard M. Stallman | 1996-09-01 06:46:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-01 06:46:59 +0000 |
| commit | dc32bb9120e5d4678fb51f01f6cb592df3847a58 (patch) | |
| tree | 1abe5d0353b34196d4b138535afff3e56b52dff2 /src | |
| parent | 729d03e7b60d96ca116b4f876fc38452f3693230 (diff) | |
| download | emacs-dc32bb9120e5d4678fb51f01f6cb592df3847a58.tar.gz emacs-dc32bb9120e5d4678fb51f01f6cb592df3847a58.zip | |
(MSDOS_SUPPORT, WINNT_SUPPORT, SOME_MACHINE_LISP): Include dos-nt.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ddc3c75f3a0..4cc8669f039 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -598,13 +598,15 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) | |||
| 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 |
| @@ -700,7 +702,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/faces.elc ${dotdot}/lisp/facemenu.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 |