X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=33927bcccc925287901206754be4bc16a7792c74;hb=9c0500654d398012434385e07f44aa2a7545133b;hp=a505a53f5bd541695bd9a503668c4b0a012774a6;hpb=450b277660d870fa36aed2fdfbf88affa190ae96;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index a505a53..33927bc 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.15 2002-11-26 13:42:35 adam Exp $ +; $Id: yaz.nsi,v 1.30 2003-12-16 14:45:59 adam Exp $ -!define VERSION "1.9.2" +!define VERSION "2.0.7" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" @@ -49,6 +49,11 @@ Section "" ; (default section) File ..\ztest\dummy-records File ..\ztest\dummy-grs File ..\ztest\dummy-words + SetOutPath $INSTDIR\etc + File ..\etc\*.xml + File ..\etc\*.xsl + File ..\etc\pqf.properties + SectionEnd ; end of default section Section "YAZ Runtime" @@ -81,8 +86,15 @@ SectionEnd Section "YAZ Documentation" SectionIn 1 2 - SetOutPath $INSTDIR - File /r ..\doc + 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 SetOutPath $SMPROGRAMS\YAZ CreateShortCut "$SMPROGRAMS\YAZ\HTML Documentation.lnk" \ "$INSTDIR\doc\yaz.html" @@ -94,28 +106,16 @@ Section "YAZ Source" SectionIn 1 SetOutPath $INSTDIR\util File ..\util\*.c - File ..\util\*.tcl - SetOutPath $INSTDIR\odr - File ..\odr\*.c - File ..\odr\*.h - SetOutPath $INSTDIR\z39.50 - File ..\z39.50\*.c - File ..\z39.50\*.asn - SetOutPath $INSTDIR\ill - File ..\ill\*.c - File ..\ill\*.asn - SetOutPath $INSTDIR\zutil - File ..\zutil\*.c - File ..\zutil\*.h - SetOutPath $INSTDIR\ccl - File ..\ccl\*.c + File ..\util\yaz-asncomp + SetOutPath $INSTDIR\src + File ..\src\*.c + File ..\src\*.h + File ..\src\*.y + File ..\src\*.tcl + File ..\src\*.asn + File ..\src\*.sgm SetOutPath $INSTDIR\zoom File ..\zoom\*.c - SetOutPath $INSTDIR\comstack - File ..\comstack\*.c - SetOutPath $INSTDIR\server - File ..\server\*.c - File ..\server\*.h SetOutPath $INSTDIR\ztest File ..\ztest\*.c SetOutPath $INSTDIR\client