From: Adam Dickmeiss Date: Tue, 8 May 2007 08:39:00 +0000 (+0000) Subject: yaz3.lib part of devel X-Git-Tag: YAZ.3.0.2 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=refs%2Ftags%2FYAZ.3.0.2;p=yaz-moved-to-github.git yaz3.lib part of devel --- diff --git a/win/yaz.nsi b/win/yaz.nsi index 8a62b16..2f9c848 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,4 +1,4 @@ -; $Id: yaz.nsi,v 1.108 2007-05-08 08:27:14 adam Exp $ +; $Id: yaz.nsi,v 1.109 2007-05-08 08:39:00 adam Exp $ !define VERSION "3.0.2" @@ -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