From: Adam Dickmeiss Date: Thu, 27 Oct 2005 18:08:26 +0000 (+0000) Subject: Copy msvcr71.dll from proper location X-Git-Tag: ZEBRA.1.3.30 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=refs%2Ftags%2FZEBRA.1.3.30;p=idzebra-moved-to-github.git Copy msvcr71.dll from proper location --- diff --git a/win/zebra.nsi b/win/zebra.nsi index 3352fda..cb9335f 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,7 @@ -; $Id: zebra.nsi,v 1.20.2.13 2005-10-27 17:39:10 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.14 2005-10-27 18:08:26 adam Exp $ !define VERSION "1.3.30" +!define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh" @@ -75,7 +76,7 @@ Section "Zebra Runtime" File ..\bin\yaz.dll File ..\bin\libexpat.dll File ..\bin\idzebra.dll - File c:\winnt\system32\msvcr71.dll + File "${VS_RUNTIME_LOCATION}\msvcr71.dll" SectionEnd Section "Zebra Development"