Towards 1.3.15
[idzebra-moved-to-github.git] / win / zebra.nsi
index 723ba50..53c4d8c 100644 (file)
@@ -1,9 +1,9 @@
-; $Id: zebra.nsi,v 1.5 2002-09-09 10:32:10 adam Exp $
+; $Id: zebra.nsi,v 1.19 2004-01-15 14:22:22 adam Exp $
 
-!define VERSION "1.3.2"
+!define VERSION "1.3.15"
 
 Name "Zebra"
-Caption "Index Data Yebra ${VERSION} Setup"
+Caption "Index Data Zebra ${VERSION} Setup"
 OutFile "idzebra_${VERSION}.exe"
 
 LicenseText "You must read the following license before installing:"
@@ -80,7 +80,7 @@ Section "Zebra Examples"
        SetOutPath $INSTDIR
 
        File /r ..\test
-;      File /r ..\examples
+       File /r ..\examples
 SectionEnd
 
 Section "Zebra Source"
@@ -103,6 +103,8 @@ Section "Zebra Source"
        File ..\isamc\*.h
        SetOutPath $INSTDIR\isamb
        File ..\isamb\*.c
+       SetOutPath $INSTDIR\data1
+       File ..\data1\*.c
        SetOutPath $INSTDIR\recctrl
        File ..\recctrl\*.c
        File ..\recctrl\*.h