X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=bdbaeac84dbece05ae3c5275093ba3f3eab658d8;hb=f6999bc6543f9799eae0b595e2d7c7e3806cf119;hp=f32df3a909df1bffa3d163ca96964843c212c044;hpb=bb1b04e2bfa617355d0b8292a3452b9f4fd39176;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index f32df3a..bdbaeac 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.1 2002-08-30 11:28:55 adam Exp $ +; $Id: zebra.nsi,v 1.3 2002-09-06 19:55:25 adam Exp $ -!define VERSION "1.3.1" +!define VERSION "1.3.2" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup" @@ -57,8 +57,6 @@ Noservice: File ..\bin\*.exe File ..\bin\*.dll SetOutPath $SMPROGRAMS\Zebra - CreateShortCut "$SMPROGRAMS\Zebra\Zebraidx.lnk" \ - "$INSTDIR\bin\zebraidx.exe" SetOutPath $SMPROGRAMS\Zebra\Server CreateShortCut "$SMPROGRAMS\Zebra\Server\Server on console on port 9999.lnk" \ "$INSTDIR\bin\zebrasrv.exe" @@ -93,7 +91,7 @@ Section "Zebra Examples" SetOutPath $INSTDIR File /r ..\test - File /r ..\examples +; File /r ..\examples SectionEnd Section "Zebra Source" @@ -129,8 +127,6 @@ Section "Zebra Source" SetOutPath $INSTDIR\test\api File ..\test\api\*.c File ..\test\api\*.cfg - SetOutPath $INSTDIR\isamg - File ..\isamg\*.c SetOutPath $INSTDIR\win File makefile File *.nsi