Fix typo "libtools" (is now "libtool")
[yaz-moved-to-github.git] / win / yaz.nsi
index 6b0494d..54c26d3 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.73 2006-02-01 20:31:00 adam Exp $
+; $Id: yaz.nsi,v 1.76 2006-03-16 08:36:30 adam Exp $
 
-!define VERSION "2.1.12"
+!define VERSION "2.1.15"
 !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
 
 !include "MUI.nsh"
@@ -108,6 +108,9 @@ Section "YAZ Development" YAZ_Development
        File ..\include\yaz\*.h
        SetOutPath $INSTDIR\lib
        File ..\lib\yaz.lib
+       File ..\lib\yazd.lib
+       SetOutPath $INSTDIR\bin
+       File ..\bin\yazd.dll
 SectionEnd
 
 Section "YAZ Documentation" YAZ_Documentation