X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=24f2211ee9af8892d833008ace05800013be6fdf;hb=7e1f377cd635916be26b2240d996889129d0f249;hp=c75fa8f515b44f40eecdb4a4c42c22e3808c6d43;hpb=8770b7b456dd3a136b73bb7963884632a671eb83;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index c75fa8f..24f2211 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.94 2006-09-17 10:53:03 adam Exp $ +; $Id: yaz.nsi,v 1.110 2007-05-21 12:18:26 adam Exp $ -!define VERSION "2.1.30" +!define VERSION "3.0.4" ; 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