aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in20
2 files changed, 9 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db7f5ce58b7..cc95bc68f67 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12003-10-02 Jason Rumney <jasonr@gnu.org> 12003-10-02 Jason Rumney <jasonr@gnu.org>
2 2
3 * makefile.w32-in (emacs.o, coding.o, bytecode.o): Sync
4 dependancies with Makefile.in.
5 (alloca.o): Remove.
6
3 * w32fns.c (w32_load_system_font): Clear all members of FONTP before 7 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
4 filling them. 8 filling them.
5 9
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 56bdc641afe..c8e9addff63 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -55,7 +55,6 @@ OBJ0 = $(BLD)/emacs.$(O)
55 55
56OBJ1 = $(BLD)/abbrev.$(O) \ 56OBJ1 = $(BLD)/abbrev.$(O) \
57 $(BLD)/alloc.$(O) \ 57 $(BLD)/alloc.$(O) \
58 $(BLD)/alloca.$(O) \
59 $(BLD)/atimer.$(O) \ 58 $(BLD)/atimer.$(O) \
60 $(BLD)/buffer.$(O) \ 59 $(BLD)/buffer.$(O) \
61 $(BLD)/bytecode.$(O) \ 60 $(BLD)/bytecode.$(O) \
@@ -288,18 +287,6 @@ $(BLD)/alloc.$(O) : \
288 $(SRC)/w32gui.h \ 287 $(SRC)/w32gui.h \
289 $(SRC)/window.h 288 $(SRC)/window.h
290 289
291$(BLD)/alloca.$(O) : \
292 $(SRC)/alloca.c \
293 $(EMACS_ROOT)/src/s/ms-w32.h \
294 $(EMACS_ROOT)/src/m/intel386.h \
295 $(EMACS_ROOT)/src/config.h \
296 $(SRC)/s/ms-w32.h \
297 $(SRC)/m/intel386.h \
298 $(SRC)/config.h \
299 $(SRC)/atimer.h \
300 $(SRC)/blockinput.h \
301 $(SRC)/systime.h
302
303$(BLD)/atimer.$(O) : \ 290$(BLD)/atimer.$(O) : \
304 $(SRC)/atimer.c \ 291 $(SRC)/atimer.c \
305 $(EMACS_ROOT)/src/s/ms-w32.h \ 292 $(EMACS_ROOT)/src/s/ms-w32.h \
@@ -342,7 +329,8 @@ $(BLD)/bytecode.$(O) : \
342 $(EMACS_ROOT)/src/config.h \ 329 $(EMACS_ROOT)/src/config.h \
343 $(SRC)/buffer.h \ 330 $(SRC)/buffer.h \
344 $(SRC)/charset.h \ 331 $(SRC)/charset.h \
345 $(SRC)/syntax.h 332 $(SRC)/syntax.h \
333 $(SRC)/window.h
346 334
347$(BLD)/callint.$(O) : \ 335$(BLD)/callint.$(O) : \
348 $(SRC)/callint.c \ 336 $(SRC)/callint.c \
@@ -464,6 +452,7 @@ $(BLD)/coding.$(O) : \
464 $(SRC)/coding.h \ 452 $(SRC)/coding.h \
465 $(SRC)/composite.h \ 453 $(SRC)/composite.h \
466 $(SRC)/dispextern.h \ 454 $(SRC)/dispextern.h \
455 $(SRC)/intervals.h \
467 $(SRC)/w32bdf.h \ 456 $(SRC)/w32bdf.h \
468 $(SRC)/w32gui.h \ 457 $(SRC)/w32gui.h \
469 $(SRC)/window.h 458 $(SRC)/window.h
@@ -597,7 +586,8 @@ $(BLD)/emacs.$(O) : \
597 $(SRC)/systty.h \ 586 $(SRC)/systty.h \
598 $(SRC)/termhooks.h \ 587 $(SRC)/termhooks.h \
599 $(SRC)/w32bdf.h \ 588 $(SRC)/w32bdf.h \
600 $(SRC)/w32gui.h 589 $(SRC)/w32gui.h \
590 $(SRC)/window.h
601 591
602$(BLD)/eval.$(O) : \ 592$(BLD)/eval.$(O) : \
603 $(SRC)/eval.c \ 593 $(SRC)/eval.c \