X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=3cc13fed2f733515631067e6c9f46a559847177f;hb=26d27c1015a4279c44b09b18e495bc8454f92345;hp=dc6ff2a38d17920b22d2ef67e270c326ce1fce06;hpb=e4368af2ede9079d33e7a8fd280d29b2bde1d1ad;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index dc6ff2a..3cc13fe 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.99 2006-11-27 14:15:54 adam Exp $ +; $Id: yaz.nsi,v 1.111 2007-06-02 20:57:12 adam Exp $ -!define VERSION "2.1.40" +!define VERSION "3.0.5" ; Microsoft runtime CRT ; VS 2003 @@ -97,7 +97,7 @@ Noservice: File ..\bin\zlib1.dll File ..\bin\libxml2.dll File ..\bin\libxslt.dll - File ..\bin\yaz.dll + File ..\bin\yaz3.dll ; File ..\bin\*.manifest File ..\bin\*.exe SetOutPath $SMPROGRAMS\YAZ @@ -117,7 +117,7 @@ Section "YAZ Development" YAZ_Development SetOutPath $INSTDIR\include\yaz File ..\include\yaz\*.h SetOutPath $INSTDIR\lib - File ..\lib\yaz.lib + File ..\lib\yaz3.lib SectionEnd Section "YAZ Documentation" YAZ_Documentation