changeset 1754:39ed74ae932b

[xemacs-hg @ 2003-10-15 20:24:33 by james] Fix native Windows build due to emodules.obj always having content now.
author james
date Wed, 15 Oct 2003 20:24:34 +0000
parents 588465af3ca1
children e2e5b8d4abd5
files nt/ChangeLog nt/xemacs.mak
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Wed Oct 15 09:19:10 2003 +0000
+++ b/nt/ChangeLog	Wed Oct 15 20:24:34 2003 +0000
@@ -1,3 +1,8 @@
+2003-10-15  Jerry James  <james@xemacs.org>
+
+	* xemacs.mak (TEMACS_OBJS): Add emodules.obj, which always has
+	content now.
+
 2003-09-26  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.16 "celeriac" is released.
--- a/nt/xemacs.mak	Wed Oct 15 09:19:10 2003 +0000
+++ b/nt/xemacs.mak	Wed Oct 15 20:24:34 2003 +0000
@@ -668,6 +668,7 @@
 	$(OUTDIR)\editfns.obj \
 	$(OUTDIR)\elhash.obj \
 	$(OUTDIR)\emacs.obj \
+	$(OUTDIR)\emodules.obj \
 	$(OUTDIR)\eval.obj \
 	$(OUTDIR)\event-stream.obj \
 	$(OUTDIR)\events.obj \