Towards 2.0.3
[yaz-moved-to-github.git] / win / yaz.nsi
index 6cd03e1..975873b 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.14 2002-10-22 13:49:53 adam Exp $
+; $Id: yaz.nsi,v 1.23 2003-06-04 13:28:37 adam Exp $
 
-!define VERSION "1.9.1"
+!define VERSION "2.0.3"
 
 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