X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=975873be44e2a119b7dbd70f297ef4e7d87ce5df;hb=a13492cef8a221e561ce1aa61865f03585e23799;hp=e2b603349954bb87fc813c906002372dff77ae83;hpb=b33bbfa937912e532dd8842fc9e46003aa1848d6;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index e2b6033..975873b 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.17 2003-02-10 08:59:14 adam Exp $ +; $Id: yaz.nsi,v 1.23 2003-06-04 13:28:37 adam Exp $ -!define VERSION "1.9.3" +!define VERSION "2.0.3" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" @@ -96,7 +96,8 @@ Section "YAZ Source" File ..\util\*.c File ..\util\*.tcl File ..\util\*.sgm - File ..\util\yaz-comp + File ..\util\*.xml + File ..\util\yaz-asncomp SetOutPath $INSTDIR\odr File ..\odr\*.c File ..\odr\*.h @@ -108,6 +109,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