diff options
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= \ $(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 |