From edd37c41056b43c4be57887a0d87b6071144fd08 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Jan 2010 08:58:39 +0100 Subject: [PATCH] Update for YAZ4 DLL --- win/yaz.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/yaz.nsi b/win/yaz.nsi index 14bd914..eb46efe 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,5 +1,5 @@ ; This file is part of the YAZ toolkit. -; Copyright (C) 1995-2009 Index Data +; Copyright (C) 1995-2010 Index Data !include version.nsi @@ -105,9 +105,9 @@ Noservice: File ..\bin\zlib1.dll File ..\bin\libxml2.dll File ..\bin\libxslt.dll - File ..\bin\yaz3.dll + File ..\bin\yaz4.dll File ..\bin\icu*.dll - File ..\bin\yaz_icu3.dll + File ..\bin\yaz_icu4.dll File ..\bin\*.exe SetOutPath $SMPROGRAMS\YAZ CreateShortCut "$SMPROGRAMS\YAZ\YAZ Client.lnk" \ -- 1.7.10.4