diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-07 20:17:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-07 20:17:48 +0000 |
commit | 45fad0f1d74fbb7681817553b1b0bab1fe5b3342 (patch) | |
tree | f1db4f3a0c769419c5350308166d4b4af44abe32 /lib-src | |
parent | 0369684e2e689472cefc91c1a76892485ea69d79 (diff) | |
download | emacs-45fad0f1d74fbb7681817553b1b0bab1fe5b3342.tar.gz |
(obj): Use .c files.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 2976111cfa7..b8e9a9c6d4f 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -98,7 +98,7 @@ $(BLD)\etags.exe: $(LIBS) $(ETAGSOBJ) # # From ..\makefile.nt, with .obj changed to .o # -obj = abbrev.o alloc.o alloca.o buffer.o bytecode.o callint.o callproc.o casefiddle.o cm.o cmds.o data.o dired.o dispnew.o doc.o doprnt.o editfns.o eval.o fileio.o filelock.o filemode.o fns.o indent.o insdel.o keyboard.o keymap.o lastfile.o lread.o macros.o marker.o minibuf.o xfaces.o mocklisp.o nt.o ntheap.o ntinevt.o ntproc.o ntterm.o print.o process.o regex.o scroll.o search.o syntax.o sysdep.o term.o termcap.o tparam.o undo.o unexnt.o window.o xdisp.o casetab.o floatfns.o frame.o gmalloc.o intervals.o ralloc.o textprop.o vm-limit.o region-cache.o strftime.o +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 lispdir = ..\lisp |