Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3cf5c994
Commit
3cf5c994
authored
Nov 09, 2004
by
Jan Djärv
Browse files
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
resulting DOC file can be used on Unix/Mac also.
parent
ba68f95a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
2 deletions
+28
-2
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+23
-2
No files found.
lib-src/ChangeLog
View file @
3cf5c994
2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
resulting DOC file can be used on Unix/Mac also.
2004-09-13 Francesco Potort,Al(B <pot@gnu.org>
* etags.c (main): When relative file names are given as argument,
...
...
lib-src/makefile.w32-in
View file @
3cf5c994
...
...
@@ -124,9 +124,30 @@ $(BLD)/ctags.$(O): ctags.c
# $(BLD)/test-distrib.exe: $(BLD)/test-distrib.$(O)
#
# From ..\src\makefile.nt.
# From ..\src\Makefile.in
# It doesn't matter if the real name is *.obj for the files in this list,
# make-docfile blindly replaces .o with .c anyway. Keep .o in this list
# as it is required by code in doc.c.
#
obj
=
abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c fringe.c gmalloc.c image.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c
obj
=
sunfns.o dosfns.o msdos.o
\
xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o
\
mac.o macterm.o macfns.o macmenu.o fontset.o
\
w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o
\
w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o
\
dispnew.o frame.o scroll.o xdisp.o window.o
\
charset.o coding.o category.o ccl.o
\
cm.o term.o xfaces.o
\
emacs.o keyboard.o macros.o keymap.o sysdep.o
\
buffer.o filelock.o insdel.o marker.o
\
minibuf.o fileio.o dired.o filemode.o
\
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o
\
alloc.o data.o doc.o editfns.o callint.o
\
eval.o floatfns.o fns.o print.o lread.o
\
abbrev.o syntax.o bytecode.o
\
process.o callproc.o
\
region-cache.o sound.o atimer.o
\
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
#
# These are the lisp files that are loaded up in loadup.el
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment