X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=ee6b3f6db6d30028bc8b3fd31a163e5e7bd46bb7;hb=adae7ab7df270a3187630876b8d4668038a42e88;hp=7f4138a2a9a87788dc3844491be5327e6f4defc0;hpb=629799b5d2e09bbb9425442274424b12bdc801ba;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index 7f4138a..ee6b3f6 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.16 2002-12-16 14:06:34 adam Exp $ +; $Id: yaz.nsi,v 1.18 2003-02-18 21:27:53 adam Exp $ -!define VERSION "1.9.2" +!define VERSION "1.9.3" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" @@ -108,6 +108,9 @@ Section "YAZ Source" File ..\ill\*.c File ..\ill\*.asn File ..\ill\*.tcl + SetOutPath $INSTDIR\cql + File ..\cql\*.c + File ..\cql\*.y SetOutPath $INSTDIR\zutil File ..\zutil\*.c File ..\zutil\*.h