commit: Support Ben's dynarr changes under native Windows
Vin Shelton
acs at xemacs.org
Mon Mar 29 19:54:34 EDT 2010
changeset: 5174:2ac3b54d3cae
tag: tip
user: Vin Shelton <acs at xemacs.org>
date: Mon Mar 29 19:54:05 2010 -0400
files: nt/ChangeLog nt/xemacs.mak
description:
Support Ben's dynarr changes under native Windows
diff -r bd1e25975cdc -r 2ac3b54d3cae nt/ChangeLog
--- a/nt/ChangeLog Mon Mar 29 18:49:33 2010 +0100
+++ b/nt/ChangeLog Mon Mar 29 19:54:05 2010 -0400
@@ -1,3 +1,8 @@
+2010-03-29 Vin Shelton <acs at xemacs.org>
+
+ * xemacs.mak (TEMACS_COMMON_OBJS): Add array.obj and remove
+ dynarr.obj, to catch up with Ben's changes of 2010-03-28.
+
2010-03-08 Vin Shelton <acs at xemacs.org>
* xemacs.mak (batch_test_emacs): The test harness no longer
diff -r bd1e25975cdc -r 2ac3b54d3cae nt/xemacs.mak
--- a/nt/xemacs.mak Mon Mar 29 18:49:33 2010 +0100
+++ b/nt/xemacs.mak Mon Mar 29 19:54:05 2010 -0400
@@ -840,6 +840,7 @@
$(OUTDIR)\abbrev.obj \
$(OUTDIR)\alloc.obj \
$(OUTDIR)\alloca.obj \
+ $(OUTDIR)\array.obj \
$(OUTDIR)\blocktype.obj \
$(OUTDIR)\buffer.obj \
$(OUTDIR)\bytecode.obj \
@@ -857,7 +858,6 @@
$(OUTDIR)\doc.obj \
$(OUTDIR)\doprnt.obj \
$(OUTDIR)\dragdrop.obj \
- $(OUTDIR)\dynarr.obj \
$(OUTDIR)\editfns.obj \
$(OUTDIR)\elhash.obj \
$(OUTDIR)\emacs.obj \
More information about the XEmacs-Patches
mailing list