X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=eb46efeac73fdaccdadfdd8975c7ee221fccf7f7;hp=e61a63029df470fb9c9555699f0e3bc4694f9d36;hb=1aac63eecd76d5d060da84037a355c153d747ca7;hpb=937b847b63d23182ef55eb081eb316ad034e1282 diff --git a/win/yaz.nsi b/win/yaz.nsi index e61a630..eb46efe 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,7 @@ -; $Id: yaz.nsi,v 1.124 2007-12-19 11:02:22 adam Exp $ +; This file is part of the YAZ toolkit. +; Copyright (C) 1995-2010 Index Data -!define VERSION "3.0.18" +!include version.nsi ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below @@ -104,7 +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_icu4.dll File ..\bin\*.exe SetOutPath $SMPROGRAMS\YAZ CreateShortCut "$SMPROGRAMS\YAZ\YAZ Client.lnk" \ @@ -152,7 +155,7 @@ Section "YAZ Source" YAZ_Source File ..\src\*.tcl File ..\src\*.csv File ..\src\*.asn - File ..\src\codetables.xml + File ..\src\codetables*.xml SetOutPath $INSTDIR\test File ..\test\marc*.* File ..\test\*.sh