]> git.lyx.org Git - features.git/commitdiff
Windows installer: add unicodedata.pyd properly
authorBo Peng <bpeng@lyx.org>
Wed, 7 Feb 2007 18:59:10 +0000 (18:59 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 7 Feb 2007 18:59:10 +0000 (18:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17094 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/components/core.nsh
development/Win32/packaging/installer/include/filelists.nsh

index 189d5a9b7f856cc9fcb8eb80653830ff3a37fa95..55c79091f95d77f841855e5553106c61c1bb8092 100644 (file)
@@ -52,6 +52,7 @@ Section -Core SecCore
   !insertmacro FileListPythonBin File "${FILES_PYTHON}\"\r
   SetOutPath "$INSTDIR\python"\r
   !insertmacro FileListPythonDll File "${FILES_WINDOWS}\System32\"\r
+  !insertmacro FileListUnicodeDll File "${FILES_PYTHON}\DLLs\"\r
   SetOutPath "$INSTDIR\python\Lib"\r
   !insertmacro FileListPythonLib File "${FILES_PYTHON}\Lib\"\r
   SetOutPath "$INSTDIR\python\Lib\encodings"\r
index 9ae2dbdce7acf52f22a80c16e1fa58d478931f33..a48ad257cdac556afccc41d1b7bbe3afeefe46b2 100644 (file)
@@ -110,6 +110,11 @@ Lists of files to include in the installer
 !macro FileListPythonDll COMMAND DIRECTORY\r
 \r
   ${FILE}python25.dll"\r
+\r
+!macroend\r
+\r
+!macro FileListUnicodeDll COMMAND DIRECTORY\r
+\r
   ${FILE}unicodedata.pyd"\r
 \r
 !macroend\r