X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=326ca15086847d9e69f91ae64d506948ab54982e;hb=e56f2f24a85220e580e6a9b86e5700a29719d6bc;hp=0fe53ac06e58318a639ec1f40fab405af0e1bd4e;hpb=238730873cdf47ff4945ce1635870b10601c9aa3;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index 0fe53ac..326ca15 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.6 2002-09-18 21:01:16 adam Exp $ +; $Id: zebra.nsi,v 1.12 2003-03-26 20:58:09 adam Exp $ -!define VERSION "1.3.3" +!define VERSION "1.3.8" 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