X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=eb46efeac73fdaccdadfdd8975c7ee221fccf7f7;hp=6274194a6474fcc0598430f4ebcb2906fa3af977;hb=1aac63eecd76d5d060da84037a355c153d747ca7;hpb=5a4df800518e830b12ea3a0e906939506a7c3a65 diff --git a/win/yaz.nsi b/win/yaz.nsi index 6274194..eb46efe 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,7 @@ -; $Id: yaz.nsi,v 1.122 2007-11-12 08:58:17 adam Exp $ +; This file is part of the YAZ toolkit. +; Copyright (C) 1995-2010 Index Data -!define VERSION "3.0.16" +!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