From ece003721c549fccb73922828e58c91ca41bbd0c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 Mar 2002 10:31:54 +0000 Subject: [PATCH] Removed locksrv, lockidx. --- win/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index a304a40..4bd9aa7 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Z'mbol/Zebra makefile for MS NMAKE -# $Id: makefile,v 1.8 2002-03-14 18:41:59 adam Exp $ +# $Id: makefile,v 1.9 2002-03-21 10:31:54 adam Exp $ ########################################################### ############### Parameters @@ -218,8 +218,6 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\insert.obj \ $(OBJDIR)\invstat.obj \ $(OBJDIR)\kcompare.obj \ - $(OBJDIR)\lockidx.obj \ - $(OBJDIR)\locksrv.obj \ $(OBJDIR)\lockutil.obj \ $(OBJDIR)\lookgrep.obj \ $(OBJDIR)\lookup.obj \ -- 1.7.10.4