X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=ca986cb08b3635ed607a6b7a6fc08f44106993ce;hb=e56f2f24a85220e580e6a9b86e5700a29719d6bc;hp=9d204c597918337e8bb635f4bfab3b34f6b063ad;hpb=b6232e686d42ee25262bcf6fbf5edd3bf8da43a8;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 9d204c5..ca986cb 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.20 2002-11-26 22:20:06 adam Exp $ +# $Id: makefile,v 1.23 2003-03-26 16:52:48 adam Exp $ ########################################################### ############### Parameters @@ -12,8 +12,8 @@ HAVE_EXPAT=1 EXPAT_DIR= c:\Expat-1.95.4 # iconv is optional -HAVE_ICONV=0 -ICONV_DIR = c:\libiconv-1.7.0.1 +HAVE_ICONV=1 +ICONV_DIR = c:\iconv-1.8.win32 default: all @@ -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 \ @@ -307,7 +311,8 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\d1_sutrs.obj \ $(OBJDIR)\d1_tagset.obj \ $(OBJDIR)\d1_varset.obj \ - $(OBJDIR)\d1_write.obj + $(OBJDIR)\d1_write.obj \ + $(OBJDIR)\xpath.obj ALL_OBJS=\ $(ZEBRALIB_OBJS) \