projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd77b2d
)
Use flock.c rather than lockutil.c
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 24 Mar 2006 13:56:17 +0000
(13:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 24 Mar 2006 13:56:17 +0000
(13:56 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
c9a23d8
..
d5652ef
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,5
+1,5
@@
# Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.25.2.6 2006-02-23 14:30:32 adam Exp $
+# $Id: makefile,v 1.25.2.7 2006-03-24 13:56:17 adam Exp $
###########################################################
############### Parameters
@@
-285,7
+285,7
@@
ZEBRALIB_OBJS= \
$(OBJDIR)\insert.obj \
$(OBJDIR)\invstat.obj \
$(OBJDIR)\kcompare.obj \
- $(OBJDIR)\lockutil.obj \
+ $(OBJDIR)\flock.obj \
$(OBJDIR)\lookgrep.obj \
$(OBJDIR)\lookup.obj \
$(OBJDIR)\lookupec.obj \