X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=win%2Fzebra.nsi;h=bdbaeac84dbece05ae3c5275093ba3f3eab658d8;hb=ad79299e8f93b8af87e29a8d95d41eb1071284ec;hp=77b1df45c538dc570fbb9f43a7373481d65ab00b;hpb=d3886454d7ba0cb1ce0d58055ccf3cd7ffd321ad;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index 77b1df4..bdbaeac 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,4 +1,4 @@ -; $Id: zebra.nsi,v 1.2 2002-09-05 14:36:20 adam Exp $ +; $Id: zebra.nsi,v 1.3 2002-09-06 19:55:25 adam Exp $ !define VERSION "1.3.2" @@ -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