install msvcr71.dll for Python

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18928 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2007-06-28 16:38:02 +00:00
parent f03c154915
commit b805a32dce
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -110,6 +110,7 @@ Lists of files to include in the installer
!macro FileListPythonDll COMMAND DIRECTORY
${FILE}python25.dll"
${FILE}msvcr71.dll"
!macroend