X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=15189c2b3f270c24a9e65254b8e8592ec9ad184b;hb=a741f3ed46c75118dd042c30b375c9cea923b33e;hp=bbd6406b9a9a72af57141439d39ff44b59ed642a;hpb=5d1021b2b70231c8f36fd7ec4583c4816a4f25d6;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index bbd6406..15189c2 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.45 2007-12-19 13:38:23 adam Exp $ +; $Id: zebra.nsi,v 1.50 2008-03-05 09:29:10 adam Exp $ -!define VERSION "2.0.20" +!define VERSION "2.0.30" ; VS 2005 ; !define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll" @@ -93,6 +93,10 @@ Section "Zebra Runtime" File ..\bin\libxslt.dll File ..\bin\yaz3.dll File ..\bin\libexpat.dll + File ..\bin\icudt38.dll + File ..\bin\icuin38.dll + File ..\bin\icuuc38.dll + File ..\bin\yaz_icu3.dll SectionEnd Section "Zebra Development"