diff options
| author | Geoff Voelker | 1995-11-07 07:44:54 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-11-07 07:44:54 +0000 |
| commit | a3af21431056994d43ee2644814140d0cb0f0ad7 (patch) | |
| tree | 9f8bde2504baea37d0f18978d3a71718d963eb53 /lib-src | |
| parent | d94e4ac23c52059a576f1f464a9615b9bf005cc7 (diff) | |
| download | emacs-a3af21431056994d43ee2644814140d0cb0f0ad7.tar.gz emacs-a3af21431056994d43ee2644814140d0cb0f0ad7.zip | |
(DOC): Include strings from w32term.c, w32xfns.c,
w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
Win95 conditional.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.nt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index b7ecea9b098..0f263d79b71 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt | |||
| @@ -95,7 +95,7 @@ $(BLD)\etags.exe: $(ETAGSOBJ) | |||
| 95 | # | 95 | # |
| 96 | # From ..\src\makefile.nt. | 96 | # From ..\src\makefile.nt. |
| 97 | # | 97 | # |
| 98 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c eval.c fileio.c filelock.c filemode.c fns.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c mocklisp.c nt.c ntheap.c ntinevt.c ntproc.c ntterm.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexnt.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c | 98 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c eval.c fileio.c filelock.c filemode.c fns.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c mocklisp.c nt.c ntheap.c ntinevt.c ntproc.c ntterm.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexnt.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32term.c w32xfns.c w32fns.c w32faces.c w32select.c w32menu.c w32reg.c |
| 99 | 99 | ||
| 100 | lispdir = ..\lisp | 100 | lispdir = ..\lisp |
| 101 | 101 | ||
| @@ -143,11 +143,7 @@ $(DOC): $(BLD)\make-docfile.exe | |||
| 143 | - del /q $(DOC) | 143 | - del /q $(DOC) |
| 144 | $(BLD)\make-docfile -d ..\src $(obj) > $(DOC) | 144 | $(BLD)\make-docfile -d ..\src $(obj) > $(DOC) |
| 145 | $(BLD)\make-docfile -d ..\src $(lisp) >> $(DOC) | 145 | $(BLD)\make-docfile -d ..\src $(lisp) >> $(DOC) |
| 146 | !if "$(OS_TYPE)" == "win95" | ||
| 147 | $(CP) $(DOC) ..\etc\DOC | ||
| 148 | !else | ||
| 149 | $(CP) $(DOC) ..\etc\DOC-X | 146 | $(CP) $(DOC) ..\etc\DOC-X |
| 150 | !endif | ||
| 151 | - mkdir ..\src\$(OBJDIR) | 147 | - mkdir ..\src\$(OBJDIR) |
| 152 | - mkdir ..\src\$(OBJDIR)\etc | 148 | - mkdir ..\src\$(OBJDIR)\etc |
| 153 | $(CP) $(DOC) ..\src\$(OBJDIR)\etc\DOC-X | 149 | $(CP) $(DOC) ..\src\$(OBJDIR)\etc\DOC-X |