X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=94dbb2064fc39c3b57ea97d0ecd18dd35f141c76;hb=ba1cf01240f69bcffc890b9f85b9a52ac56696f0;hp=4c9e6518823a82baf3b9b496b1ee711071526360;hpb=586b0ab50d888a68ce844c4b7d196e9c23e1afbd;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 4c9e651..94dbb20 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.19 2002-11-26 22:04:13 adam Exp $ +# $Id: makefile,v 1.27 2004-08-06 12:27:30 adam Exp $ ########################################################### ############### Parameters @@ -9,11 +9,11 @@ DEBUG=0 # 0 for release, 1 for debug # EXPAT is optional. It's required for grs.xml-filters. HAVE_EXPAT=1 -EXPAT_DIR= c:\Expat-1.95.4 +EXPAT_DIR= c:\Expat-1.95.7 # iconv is optional -HAVE_ICONV=0 -ICONV_DIR = c:\libiconv-1.7.0.1 +HAVE_ICONV=1 +ICONV_DIR = c:\iconv-1.9.1.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.22 YAZINCL=$(YAZDIR)\include YAZLIB=$(YAZDIR)\lib\yaz.lib YAZLIBS=$(YAZLIB) @@ -35,8 +35,6 @@ YAZBINDIR=$(YAZDIR)\bin YAZ_DLL_SOURCE=$(YAZBINDIR)\yaz.dll YAZ_DLL_TARGET=$(BINDIR)\yaz.dll -DEFAULT_PROFILE_PATH=0 - # BZIP2 settings. Uncomment and specify if you wish to use LIBBZIP2. # (C) 1996-1999 Julian Seward http://www.bzip2.org @@ -127,6 +125,7 @@ COMMON_C_OPTIONS= \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\" \ + /DDEFAULT_PROFILE_PATH=0 \ $(BZIP2DEF) COMMON_C_INCLUDES= \ @@ -215,11 +214,9 @@ APITEST_OBJS= \ ZEBRALIB_OBJS= \ $(OBJDIR)\isam.obj \ $(OBJDIR)\isamc.obj \ - $(OBJDIR)\isamd.obj \ $(OBJDIR)\isutil.obj \ $(OBJDIR)\memory.obj \ $(OBJDIR)\merge.obj \ - $(OBJDIR)\merge-d.obj \ $(OBJDIR)\physical.obj \ $(OBJDIR)\rootblk.obj \ $(OBJDIR)\zebra-lock.obj \ @@ -228,6 +225,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\bset.obj \ $(OBJDIR)\cfile.obj \ $(OBJDIR)\charmap.obj \ + $(OBJDIR)\atoi_zn.obj \ $(OBJDIR)\close.obj \ $(OBJDIR)\commit.obj \ $(OBJDIR)\compact.obj \ @@ -247,10 +245,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 \ @@ -259,6 +261,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\rectext.obj \ $(OBJDIR)\regxread.obj \ $(OBJDIR)\xmlread.obj \ + $(OBJDIR)\danbibr.obj \ $(OBJDIR)\res.obj \ $(OBJDIR)\retrieve.obj \ $(OBJDIR)\rsbool.obj \ @@ -285,6 +288,7 @@ ZEBRALIB_OBJS= \ $(OBJDIR)\rsisamd.obj \ $(OBJDIR)\rsisamb.obj \ $(OBJDIR)\rsbetween.obj \ + $(OBJDIR)\rsprox.obj \ $(OBJDIR)\dir.obj \ $(OBJDIR)\dirs.obj \ $(OBJDIR)\extract.obj \ @@ -308,7 +312,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) \