X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=eb46efeac73fdaccdadfdd8975c7ee221fccf7f7;hp=2c278bbb748ef9fc0750145e8cd68bfd52e5804e;hb=1aac63eecd76d5d060da84037a355c153d747ca7;hpb=6938850d6b09e61ffde4c17c5682f7be5597e63f diff --git a/win/yaz.nsi b/win/yaz.nsi index 2c278bb..eb46efe 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,7 @@ -; $Id: yaz.nsi,v 1.127 2008-01-17 22:27:40 adam Exp $ +; This file is part of the YAZ toolkit. +; Copyright (C) 1995-2010 Index Data -!define VERSION "3.0.22" +!include version.nsi ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below @@ -104,11 +105,9 @@ Noservice: File ..\bin\zlib1.dll File ..\bin\libxml2.dll File ..\bin\libxslt.dll - File ..\bin\yaz3.dll - File ..\bin\icudt38.dll - File ..\bin\icuin38.dll - File ..\bin\icuuc38.dll - File ..\bin\yaz_icu3.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" \ @@ -156,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