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:
e19ee19
)
Added strmap object
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 3 Dec 2007 17:16:48 +0000
(17:16 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 3 Dec 2007 17:16:48 +0000
(17:16 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
d60493a
..
7ac8fde
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,5
+1,5
@@
# Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.70 2007-12-03 16:54:49 adam Exp $
+# $Id: makefile,v 1.71 2007-12-03 17:16:48 adam Exp $
###########################################################
############### Parameters
@@
-422,6
+422,7
@@
ZEBRALIB_OBJS= \
$(OBJDIR)\sortidx.obj \
$(OBJDIR)\states.obj \
$(OBJDIR)\stream.obj \
+ $(OBJDIR)\strmap.obj \
$(OBJDIR)\su_codec.obj \
$(OBJDIR)\trunc.obj \
$(OBJDIR)\untrans.obj \