From: Adam Dickmeiss Date: Sun, 23 Feb 2003 22:52:15 +0000 (+0000) Subject: Add missing source (for WIN32) X-Git-Tag: ZEBRA.1.3.5 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=ffb6aaba033b87c9e2e4d32e1f84f88bc6679e1f Add missing source (for WIN32) --- diff --git a/win/makefile b/win/makefile index 9d204c5..74bd2b6 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.21 2003-02-23 22:52:15 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 @@ -27,7 +27,7 @@ all: dirs zebralib zserver zindex ROOTDIR=.. # The home of zebra # YAZ include files, libraries, etc. -YAZDIR=$(ROOTDIR)\..\YAZ +YAZDIR=$(ROOTDIR)\..\YAZ-2.0 YAZINCL=$(YAZDIR)\include YAZLIB=$(YAZDIR)\lib\yaz.lib YAZLIBS=$(YAZLIB) @@ -307,7 +307,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) \