# 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
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)
-; $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"
SetOutPath $INSTDIR
File /r ..\test
-; File /r ..\examples
+ File /r ..\examples
SectionEnd
Section "Zebra Source"