From c28dd4f9de8e55c0b6d957b42cdfc1bc821b50d2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Jun 2006 13:29:55 +0000 Subject: [PATCH] Bundle libxslt.dll with Zebra 1.3 --- win/zebra.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/zebra.nsi b/win/zebra.nsi index 4dc776c..a2e8b27 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,4 +1,4 @@ -; $Id: zebra.nsi,v 1.20.2.18 2006-06-07 07:43:48 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.19 2006-06-07 13:29:55 adam Exp $ !define VERSION "1.3.36" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" @@ -73,6 +73,7 @@ Section "Zebra Runtime" File ..\bin\iconv.dll File ..\bin\zlib1.dll File ..\bin\libxml2.dll + File ..\bin\libxslt.dll File ..\bin\yaz.dll File ..\bin\libexpat.dll File ..\bin\idzebra.dll -- 1.7.10.4