X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fyaz.nsi;h=eb46efeac73fdaccdadfdd8975c7ee221fccf7f7;hb=1aac63eecd76d5d060da84037a355c153d747ca7;hp=cc48e877beb854ff075d3a0b0fe5f41e88544365;hpb=6d91a07c81493b6535fd33d6a28382eba56b21e7;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index cc48e87..eb46efe 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,7 +1,7 @@ ; This file is part of the YAZ toolkit. -; Copyright (C) 1995-2008 Index Data +; Copyright (C) 1995-2010 Index Data -!define VERSION "3.0.29" +!include version.nsi ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below @@ -105,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" \ @@ -157,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