X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=win%2Fzebra.nsi;h=c56d29a3767177f316e4df779253b573b6998fbf;hb=7bb5a5e32f98b8b836d3a3806f5307f7a5ad6d51;hp=723ba5012dcea3ceb3e7ec55bf30e99b97c62481;hpb=a3a1b01a5bf8982759f02dca9d18990f08b75dac;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index 723ba50..c56d29a 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.5 2002-09-09 10:32:10 adam Exp $ +; $Id: zebra.nsi,v 1.7 2002-10-22 14:41:30 adam Exp $ -!define VERSION "1.3.2" +!define VERSION "1.3.3" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup" @@ -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