X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=c1aff56c2ed3844019faed2f6aad163f1562469d;hb=cd3f39bbae63668b8806ed205132da166e73102f;hp=723ba5012dcea3ceb3e7ec55bf30e99b97c62481;hpb=a3a1b01a5bf8982759f02dca9d18990f08b75dac;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index 723ba50..c1aff56 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,9 +1,9 @@ -; $Id: zebra.nsi,v 1.5 2002-09-09 10:32:10 adam Exp $ +; $Id: zebra.nsi,v 1.20 2004-03-29 15:48:14 adam Exp $ -!define VERSION "1.3.2" +!define VERSION "1.3.16" 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