Mercurial > hg > xemacs-beta
changeset 5174:2ac3b54d3cae
Support Ben's dynarr changes under native Windows
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 19:54:05 -0400 |
parents | bd1e25975cdc |
children | 97eb4942aec8 |
files | nt/ChangeLog nt/xemacs.mak |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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@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@xemacs.org> * xemacs.mak (batch_test_emacs): The test harness no longer
--- 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 \