From b805a32dceb573c9c90cce9ee447046b14eeca43 Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Thu, 28 Jun 2007 16:38:02 +0000 Subject: [PATCH] install msvcr71.dll for Python git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18928 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/components/core.nsh | 1 - development/Win32/packaging/installer/include/filelists.nsh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/development/Win32/packaging/installer/components/core.nsh b/development/Win32/packaging/installer/components/core.nsh index 9b7b3bf148..bb9df56cb4 100644 --- a/development/Win32/packaging/installer/components/core.nsh +++ b/development/Win32/packaging/installer/components/core.nsh @@ -53,7 +53,6 @@ Section -Core SecCore SetOutPath "$INSTDIR\python" !insertmacro FileListPythonBin File "${FILES_PYTHON}\" - SetOutPath "$INSTDIR\python" !insertmacro FileListPythonDll File "$%SystemRoot%\System32\" !insertmacro FileListUnicodeDll File "${FILES_PYTHON}\DLLs\" SetOutPath "$INSTDIR\python\Lib" diff --git a/development/Win32/packaging/installer/include/filelists.nsh b/development/Win32/packaging/installer/include/filelists.nsh index 93cfe93f57..2c39b757a6 100644 --- a/development/Win32/packaging/installer/include/filelists.nsh +++ b/development/Win32/packaging/installer/include/filelists.nsh @@ -110,6 +110,7 @@ Lists of files to include in the installer !macro FileListPythonDll COMMAND DIRECTORY ${FILE}python25.dll" + ${FILE}msvcr71.dll" !macroend -- 2.39.2