From 91b80a3162df639d067b73f8a1e75621c05217c0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Oct 2005 18:08:26 +0000 Subject: [PATCH] Copy msvcr71.dll from proper location --- win/zebra.nsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 1.7.10.4