mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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:
parent
f03c154915
commit
b805a32dce
@ -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"
|
||||
|
@ -110,6 +110,7 @@ Lists of files to include in the installer
|
||||
!macro FileListPythonDll COMMAND DIRECTORY
|
||||
|
||||
${FILE}python25.dll"
|
||||
${FILE}msvcr71.dll"
|
||||
|
||||
!macroend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user