diff options
| author | Karl Heuer | 1996-05-17 22:39:11 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-17 22:39:11 +0000 |
| commit | a86873970649c122acca90d3fe87b1fdf201dafe (patch) | |
| tree | 177cac2d9ea3207d2d791af9aac86c04e404eb90 /lib-src/makefile.nt | |
| parent | eaca153005eda5891a9b6c70f15306d9efd9c302 (diff) | |
| download | emacs-a86873970649c122acca90d3fe87b1fdf201dafe.tar.gz emacs-a86873970649c122acca90d3fe87b1fdf201dafe.zip | |
(lisp): Include dos-win32.elc.
Diffstat (limited to 'lib-src/makefile.nt')
| -rw-r--r-- | lib-src/makefile.nt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 2005acea5d7..f50bc23c419 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt | |||
| @@ -164,7 +164,8 @@ lisp= \ | |||
| 164 | $(lispdir)\winnt.elc \ | 164 | $(lispdir)\winnt.elc \ |
| 165 | $(lispdir)\float-sup.elc \ | 165 | $(lispdir)\float-sup.elc \ |
| 166 | $(lispdir)\vc-hooks.elc \ | 166 | $(lispdir)\vc-hooks.elc \ |
| 167 | $(lispdir)\version.el | 167 | $(lispdir)\version.el \ |
| 168 | $(lispdir)\dos-win32.elc | ||
| 168 | 169 | ||
| 169 | DOC = DOC | 170 | DOC = DOC |
| 170 | $(DOC): $(BLD)\make-docfile.exe | 171 | $(DOC): $(BLD)\make-docfile.exe |