diff options
| author | Karl Heuer | 1996-05-17 22:25:53 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-17 22:25:53 +0000 |
| commit | 817519e738b6236153c16c4ce5c5828f5e7dc603 (patch) | |
| tree | 3f02dbb55bdfebe292646ef5af030a94daff47c2 /src | |
| parent | f75543492d72597ece7e4d6727719825bade9228 (diff) | |
| download | emacs-817519e738b6236153c16c4ce5c5828f5e7dc603.tar.gz emacs-817519e738b6236153c16c4ce5c5828f5e7dc603.zip | |
(MSDOS_SUPPORT, WINNT_SUPPORT, shortlisp):
Include dos-win32.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e408ca80a77..c4b5d3955b8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -598,13 +598,13 @@ 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 ${lispsource}dos-fns.elc ${lispsource}dos-win32.elc |
| 602 | #else | 602 | #else |
| 603 | #define MSDOS_SUPPORT | 603 | #define MSDOS_SUPPORT |
| 604 | #endif | 604 | #endif |
| 605 | 605 | ||
| 606 | #ifdef WINDOWSNT | 606 | #ifdef WINDOWSNT |
| 607 | #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc | 607 | #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}winnt.elc ${lispsource}dos-win32.elc |
| 608 | #else | 608 | #else |
| 609 | #define WINNT_SUPPORT | 609 | #define WINNT_SUPPORT |
| 610 | #endif | 610 | #endif |
| @@ -700,7 +700,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/faces.elc ${dotdot}/lisp/facemenu.elc \ | |||
| 700 | ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ | 700 | ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \ |
| 701 | ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \ | 701 | ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \ |
| 702 | ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ | 702 | ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ |
| 703 | ${dotdot}/lisp/winnt.elc | 703 | ${dotdot}/lisp/winnt.elc ${dotdot}/lisp/dos-win32.elc |
| 704 | 704 | ||
| 705 | /* Construct full set of libraries to be linked. | 705 | /* Construct full set of libraries to be linked. |
| 706 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 706 | Note that SunOS needs -lm to come before -lc; otherwise, you get |