X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=14bd914e700c1b4d410f0f69f514174e4df58228;hb=4320117d5dfc1cca841025c4ceb086c92c206524;hp=694e586be3ac8394e3eb9bfbeeeb5a546c7a1ce5;hpb=ecbd263c8be1f35bde47ba8c119627a6dedb9b28;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index 694e586..14bd914 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,7 @@ -; $Id: yaz.nsi,v 1.117 2007-08-22 09:09:03 adam Exp $ +; This file is part of the YAZ toolkit. +; Copyright (C) 1995-2009 Index Data -!define VERSION "3.0.10" +!include version.nsi ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below @@ -105,6 +106,8 @@ Noservice: File ..\bin\libxml2.dll File ..\bin\libxslt.dll File ..\bin\yaz3.dll + File ..\bin\icu*.dll + File ..\bin\yaz_icu3.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