X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=6f00be24149ff27817d2725215c8fd922b7150f7;hb=84e7aa0b86a8a2841f9a379129d0de24d9803463;hp=74bd2b63cd3ede310b74bebae8b681499584c509;hpb=ffb6aaba033b87c9e2e4d32e1f84f88bc6679e1f;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 74bd2b6..6f00be2 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.21 2003-02-23 22:52:15 adam Exp $ +# $Id: makefile,v 1.24 2003-09-22 12:35:58 adam Exp $ ########################################################### ############### Parameters @@ -27,7 +27,7 @@ all: dirs zebralib zserver zindex ROOTDIR=.. # The home of zebra # YAZ include files, libraries, etc. -YAZDIR=$(ROOTDIR)\..\YAZ-2.0 +YAZDIR=$(ROOTDIR)\..\YAZ-2.0.4 YAZINCL=$(YAZDIR)\include YAZLIB=$(YAZDIR)\lib\yaz.lib YAZLIBS=$(YAZLIB) @@ -246,10 +246,14 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\lookup.obj \ $(OBJDIR)\lookupec.obj \ $(OBJDIR)\marcread.obj \ + $(OBJDIR)\marcomp.obj \ + $(OBJDIR)\inline.obj \ $(OBJDIR)\mfile.obj \ $(OBJDIR)\open.obj \ $(OBJDIR)\passwddb.obj \ + $(OBJDIR)\zvrank.obj \ $(OBJDIR)\rank1.obj \ + $(OBJDIR)\livcode.obj \ $(OBJDIR)\readfile.obj \ $(OBJDIR)\recctrl.obj \ $(OBJDIR)\recgrs.obj \