From: Adam Dickmeiss Date: Tue, 13 Jun 2006 20:09:54 +0000 (+0000) Subject: zvrank no longer part of dist X-Git-Tag: before.bug.529~26 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=1387aa486156772f1008173fd23bade59b15655a zvrank no longer part of dist --- diff --git a/win/makefile b/win/makefile index 5e03c6e..4156dd0 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.51 2006-06-07 14:37:02 adam Exp $ +# $Id: makefile,v 1.52 2006-06-13 20:09:54 adam Exp $ ########################################################### ############### Parameters @@ -424,8 +424,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\zinfo.obj \ $(OBJDIR)\zint.obj \ $(OBJDIR)\zrpn.obj \ - $(OBJDIR)\zsets.obj \ - $(OBJDIR)\zvrank.obj + $(OBJDIR)\zsets.obj ALL_OBJS=\ $(ZEBRALIB_OBJS) \