X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=dcd580cbfed520f4a873bae7f1bd93a2be47929e;hb=ae9c5cbeb43ef0dc02d1c54d4a3b6291263a1641;hp=6cd03e1b1f27d55ef1b22791e3a109156afe014d;hpb=4a30229e344fc242c25951daef62af68481067c2;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index 6cd03e1..dcd580c 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.14 2002-10-22 13:49:53 adam Exp $ +; $Id: yaz.nsi,v 1.24 2003-09-04 18:18:07 adam Exp $ -!define VERSION "1.9.1" +!define VERSION "2.0.4" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" @@ -95,15 +95,23 @@ Section "YAZ Source" SetOutPath $INSTDIR\util File ..\util\*.c File ..\util\*.tcl + File ..\util\*.sgm + File ..\util\*.xml + File ..\util\yaz-asncomp SetOutPath $INSTDIR\odr File ..\odr\*.c File ..\odr\*.h SetOutPath $INSTDIR\z39.50 File ..\z39.50\*.c File ..\z39.50\*.asn + File ..\z39.50\*.tcl SetOutPath $INSTDIR\ill 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