diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-05-17 22:39:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-05-17 22:39:11 +0000 |
commit | 65b3ec1efafa5840211c181baad4e01f2080e9d3 (patch) | |
tree | 3251162a8a36d9dd549e39a6e7fe197a1fdc0f7f /lib-src | |
parent | 30dc8e6d022b9b7200190ef5f294bd038648516c (diff) | |
download | emacs-65b3ec1efafa5840211c181baad4e01f2080e9d3.tar.gz |
(lisp): Include dos-win32.elc.
Diffstat (limited to 'lib-src')
-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= \ $(lispdir)\winnt.elc \ $(lispdir)\float-sup.elc \ $(lispdir)\vc-hooks.elc \ - $(lispdir)\version.el + $(lispdir)\version.el \ + $(lispdir)\dos-win32.elc DOC = DOC $(DOC): $(BLD)\make-docfile.exe |