From c2f5a5fd52a6fb03e1de85b87821dd380b6e7b00 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Aug 2004 12:51:28 +0000 Subject: [PATCH] The DLL msvcr71.dll is part of dist --- win/zebra.nsi | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/win/zebra.nsi b/win/zebra.nsi index 80a8795..b56a6bd 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,4 +1,4 @@ -; $Id: zebra.nsi,v 1.20.2.2 2004-08-17 06:59:55 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.3 2004-08-19 12:51:28 adam Exp $ !define VERSION "1.3.17" @@ -68,6 +68,7 @@ Section "Zebra Runtime" SetOutPath $INSTDIR\bin File ..\bin\*.exe File ..\bin\*.dll + File c:\winnt\system32\msvcr71.dll SectionEnd Section "Zebra Development" @@ -80,8 +81,13 @@ SectionEnd Section "Zebra 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\*.xsl SetOutPath "$SMPROGRAMS\Index Data\Zebra\" CreateShortCut "$SMPROGRAMS\Index Data\Zebra\HTML Documentation.lnk" \ "$INSTDIR\doc\zebra.html" -- 1.7.10.4