X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=fc89a645e5d7555b7b64b299ea8f5f925137d077;hb=a0e27aac0589d493172c73f6660b844fc6460d7c;hp=b657cd9ac2617453a0a0ee2eb14d839c3e16f6ae;hpb=273b74fc2b199e9450a55b433df9b592b9fb4014;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index b657cd9..fc89a64 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.77 2006-03-31 09:55:02 adam Exp $ +; $Id: yaz.nsi,v 1.81 2006-04-27 20:08:50 marc Exp $ -!define VERSION "2.1.16" +!define VERSION "2.1.19" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh" @@ -116,15 +116,15 @@ SectionEnd Section "YAZ Documentation" YAZ_Documentation SectionIn 1 2 SetOutPath $INSTDIR\doc - File ..\doc\*.html - File ..\doc\*.png - File ..\doc\*.pdf - File ..\doc\*.xml - File ..\doc\*.in - File ..\doc\*.dsl - File ..\doc\*.xsl - File ..\doc\*.css - File ..\doc\*.ent + File /r ..\doc\*.css + File /r ..\doc\*.dcl + File /r ..\doc\*.dsl + File /r ..\doc\*.ent + File /r ..\doc\*.html + File /r ..\doc\*.pdf + File /r ..\doc\*.xml + File /r ..\doc\*.png + File /r ..\doc\*.xsl SetOutPath $SMPROGRAMS\YAZ CreateShortCut "$SMPROGRAMS\YAZ\HTML Documentation.lnk" \ "$INSTDIR\doc\yaz.html" @@ -134,12 +134,12 @@ SectionEnd Section "YAZ Source" YAZ_Source SectionIn 1 + SetOutPath $INSTDIR + File /r ..\*.c + File /r /x yaz ..\*.h SetOutPath $INSTDIR\util - File ..\util\*.c File ..\util\yaz-asncomp SetOutPath $INSTDIR\src - File ..\src\*.c - File ..\src\*.h File ..\src\*.y File ..\src\*.tcl File ..\src\*.csv @@ -147,22 +147,13 @@ Section "YAZ Source" YAZ_Source File ..\src\codetables.xml SetOutPath $INSTDIR\test File ..\test\marc*.* - File ..\test\*.c File ..\test\*.sh File ..\test\*.xml File ..\test\*.asn - SetOutPath $INSTDIR\zoom - File ..\zoom\*.c - SetOutPath $INSTDIR\ztest - File ..\ztest\*.c - SetOutPath $INSTDIR\client - File ..\client\*.c - File ..\client\*.h SetOutPath $INSTDIR\win File makefile File *.nsi File *.rc - File *.h SectionEnd ; begin uninstall settings/section