mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 22:32:19 +00:00
include Python Unicode DLL
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@19215 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
870ceb0a80
commit
5e36874202
@ -78,6 +78,7 @@ Section -Core SecCore
|
||||
SetOutPath "$INSTDIR\python"
|
||||
!insertmacro FileListPythonBin File "${FILES_PYTHON}\"
|
||||
!insertmacro FileListPythonDll File "$%SystemRoot%\System32\"
|
||||
!insertmacro FileListUnicodeDll File "${FILES_PYTHON}\DLLs\"
|
||||
SetOutPath "$INSTDIR\python\Lib"
|
||||
!insertmacro FileListPythonLib File "${FILES_PYTHON}\Lib\"
|
||||
SetOutPath "$INSTDIR\python\Lib\encodings"
|
||||
|
@ -129,6 +129,12 @@ Lists of files to include in the installer
|
||||
|
||||
!macroend
|
||||
|
||||
!macro FileListUnicodeDll COMMAND DIRECTORY
|
||||
|
||||
${FILE}unicodedata.pyd"
|
||||
|
||||
!macroend
|
||||
|
||||
!macro FileListPythonLib COMMAND DIRECTORY
|
||||
|
||||
${FILE}__future__.py"
|
||||
|
Loading…
Reference in New Issue
Block a user