diff nt/xemacs.mak @ 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 5c1b34a39cc8
children e0cad74058ab
line wrap: on
line diff
--- 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 \