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:
Joost Verburg 2007-07-25 21:27:37 +00:00
parent 870ceb0a80
commit 5e36874202
2 changed files with 7 additions and 0 deletions

View File

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

View File

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