From ba1cf01240f69bcffc890b9f85b9a52ac56696f0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Aug 2004 12:27:30 +0000 Subject: [PATCH] Remove obj isamd,merge-d; add obj atoi_zn --- win/makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index b104784..94dbb20 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.26 2004-08-06 09:38:36 adam Exp $ +# $Id: makefile,v 1.27 2004-08-06 12:27:30 adam Exp $ ########################################################### ############### Parameters @@ -214,11 +214,9 @@ APITEST_OBJS= \ ZEBRALIB_OBJS= \ $(OBJDIR)\isam.obj \ $(OBJDIR)\isamc.obj \ - $(OBJDIR)\isamd.obj \ $(OBJDIR)\isutil.obj \ $(OBJDIR)\memory.obj \ $(OBJDIR)\merge.obj \ - $(OBJDIR)\merge-d.obj \ $(OBJDIR)\physical.obj \ $(OBJDIR)\rootblk.obj \ $(OBJDIR)\zebra-lock.obj \ @@ -227,6 +225,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\bset.obj \ $(OBJDIR)\cfile.obj \ $(OBJDIR)\charmap.obj \ + $(OBJDIR)\atoi_zn.obj \ $(OBJDIR)\close.obj \ $(OBJDIR)\commit.obj \ $(OBJDIR)\compact.obj \ -- 1.7.10.4