From d7f55702eff15238a26815ec519272ae0fb83558 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Sep 2003 12:35:58 +0000 Subject: [PATCH] Fix examples for win --- win/makefile | 4 ++-- win/zebra.nsi | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/win/makefile b/win/makefile index ca986cb..6f00be2 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.23 2003-03-26 16:52:48 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 +YAZDIR=$(ROOTDIR)\..\YAZ-2.0.4 YAZINCL=$(YAZDIR)\include YAZLIB=$(YAZDIR)\lib\yaz.lib YAZLIBS=$(YAZLIB) diff --git a/win/zebra.nsi b/win/zebra.nsi index 20af5aa..5e5b4f7 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.16 2003-08-21 10:47:42 adam Exp $ +; $Id: zebra.nsi,v 1.17 2003-09-22 12:35:58 adam Exp $ -!define VERSION "1.3.12" +!define VERSION "1.3.13" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup" @@ -80,7 +80,7 @@ Section "Zebra Examples" SetOutPath $INSTDIR File /r ..\test -; File /r ..\examples + File /r ..\examples SectionEnd Section "Zebra Source" -- 1.7.10.4