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:
3caf185
)
Add rankstatic to win makefile
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Aug 2005 12:46:17 +0000
(12:46 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Aug 2005 12:46:17 +0000
(12:46 +0000)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
5a9bab8
..
f84fb9b
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-1,5
+1,5
@@
# Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.36 2005-08-18 19:20:38 adam Exp $
+# $Id: makefile,v 1.37 2005-08-25 12:46:17 adam Exp $
###########################################################
############### Parameters
@@
-266,6
+266,7
@@
ZEBRALIB_OBJS= \
$(OBJDIR)\passwddb.obj \
$(OBJDIR)\zvrank.obj \
$(OBJDIR)\rank1.obj \
+ $(OBJDIR)\rankstatic.obj \
$(OBJDIR)\readfile.obj \
$(OBJDIR)\recctrl.obj \
$(OBJDIR)\recgrs.obj \